sealed abstract class OldHashSet[A] extends AbstractSet[A] with SetOps[A, [A] =>> OldHashSet[A], OldHashSet[A]] with StrictOptimizedIterableOps[A, [A] =>> OldHashSet[A], OldHashSet[A]] with IterableFactoryDefaults[A, [A] =>> OldHashSet[A]] with Serializable
This class implements immutable sets using a hash trie.
This class implements immutable sets using a hash trie.
'''Note:''' The builder of this hash set may return specialized representations for small sets.
- Type Params
- A
the type of the elements contained in this hash set.
- Companion
- object
trait Serializable
class AbstractSet[A]
trait Set[A]
trait Iterable[A]
class AbstractSet[A]
trait Set[A]
trait Equals
trait A => Boolean
class AbstractIterable[A]
trait Iterable[A]
trait IterableOnce[A]
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
- Definition Classes
- StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
- Inherited from
- StrictOptimizedIterableOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
- Inherited from
- IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
- Inherited from
- IterableOnceOps
- Definition Classes
- StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
- Inherited from
- StrictOptimizedIterableOps
- Definition Classes
- StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
- Inherited from
- StrictOptimizedIterableOps
- Definition Classes
- StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
- Inherited from
- StrictOptimizedIterableOps
@deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
- Inherited from
- IterableOnceOps
- Definition Classes
- StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
- Inherited from
- StrictOptimizedIterableOps
- Definition Classes
- StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
- Inherited from
- StrictOptimizedIterableOps
- Definition Classes
- StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
- Inherited from
- StrictOptimizedIterableOps
override def unzip3[A1, A2, A3](asTriple: A => (A1, A2, A3)): (OldHashSet[A1], OldHashSet[A2], OldHashSet[A3])
- Definition Classes
- StrictOptimizedIterableOps -> IterableOps
- Inherited from
- StrictOptimizedIterableOps
Deprecated and Inherited methods
@deprecated("Use ++ with an explicit collection argument instead of + with varargs", "2.13.0")
- Deprecated
- Inherited from
- SetOps
@deprecated("Use ++ instead of ++: for collections of type Iterable", "2.13.0")
- Deprecated
- Inherited from
- IterableOps
@deprecated("Use &- with an explicit collection argument instead of - with varargs", "2.13.0")
- Deprecated
- Inherited from
- SetOps
@inline @deprecated("Use foldRight instead of :\\", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@deprecated("`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@inline @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @deprecated("Use iterableFactory instead", "2.13.0")
- Deprecated
- Inherited from
- IterableOps
@inline @deprecated("Use `dest ++= coll` instead", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@deprecated("Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@deprecated("Use coll instead of repr in a collection implementation, use the collection value itself from the outside", "2.13.0")
- Deprecated
- Inherited from
- IterableOps
@deprecated("Iterable.seq always returns the iterable itself", "2.13.0")
- Deprecated
- Inherited from
- Iterable
@inline @deprecated("Use .iterator instead of .toIterator", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@inline @deprecated("Use .to(LazyList) instead of .toStream", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps