Packages

class SQLOpenHashSet[T] extends AnyRef

Annotations
@Private()
Source
SQLOpenHashSet.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLOpenHashSet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SQLOpenHashSet()(implicit arg0: ClassTag[T])
  2. new SQLOpenHashSet(initialCapacity: Int)(implicit arg0: ClassTag[T])
  3. new SQLOpenHashSet(initialCapacity: Int, loadFactor: Double)(implicit arg0: ClassTag[T])

Value Members

  1. def add(k: T): Unit
  2. def addNaN(): Unit
  3. def addNull(): Unit
  4. def contains(k: T): Boolean
  5. def containsNaN(): Boolean
  6. def containsNull(): Boolean