Packages

t

scala.collection.mutable

FlatHashTable

trait FlatHashTable[A] extends HashUtils[A]

An implementation class backing a HashSet.

This trait is used internally. It can be mixed in with various collections relying on hash table as an implementation.

Source
FlatHashTable.scala
Linear Supertypes
HashUtils[A], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlatHashTable
  2. HashUtils
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def initialSize: Int

    The initial size of the hash table.