Packages

class LinkedHashSet[E] extends HashSet[E] with SequencedSet[E] with Cloneable with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LinkedHashSet
  2. SequencedSet
  3. SequencedCollection
  4. HashSet
  5. Serializable
  6. Cloneable
  7. AbstractSet
  8. Set
  9. AbstractCollection
  10. Collection
  11. Iterable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LinkedHashSet(c: Collection[_ <: E])
  2. new LinkedHashSet(initialCapacity: Int)
  3. new LinkedHashSet(initialCapacity: Int, loadFactor: Float)
  4. new LinkedHashSet()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(e: E): Boolean
    Definition Classes
    HashSetSetAbstractCollectionCollection
  5. def addAll(c: Collection[_ <: E]): Boolean
    Definition Classes
    HashSetAbstractCollectionCollection
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): Unit
    Definition Classes
    HashSetSetAbstractCollectionCollection
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def contains(o: Any): Boolean
    Definition Classes
    HashSetSetAbstractCollectionCollection
  10. def containsAll(c: Collection[_]): Boolean
    Definition Classes
    HashSetSetAbstractCollectionCollection
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean
    Definition Classes
    AbstractSetCollection → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def forEach(action: Consumer[_ >: E]): Unit
    Definition Classes
    Iterable
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AbstractSetCollection → AnyRef → Any
  17. val inner: scala.collection.mutable.Set[Box[E]]
    Attributes
    protected
    Definition Classes
    LinkedHashSetHashSet
  18. def isEmpty(): Boolean
    Definition Classes
    AbstractCollectionCollection
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def iterator(): Iterator[E]
    Definition Classes
    HashSetSetAbstractCollectionCollectionIterable
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def parallelStream(): Stream[E]
    Definition Classes
    Collection
  25. def remove(o: Any): Boolean
    Definition Classes
    HashSetSetAbstractCollectionCollection
  26. def removeAll(c: Collection[_]): Boolean
    Definition Classes
    HashSetAbstractSetSetAbstractCollectionCollection
  27. def removeIf(filter: Predicate[_ >: E]): Boolean
    Definition Classes
    Collection
  28. def retainAll(c: Collection[_]): Boolean
    Definition Classes
    HashSetSetAbstractCollectionCollection
  29. def size(): Int
    Definition Classes
    HashSetSetAbstractCollectionCollection
  30. def spliterator(): Spliterator[E]

    From the Java 8 documentation: The default implementation should usually be overridden.

    From the Java 8 documentation: The default implementation should usually be overridden. The spliterator returned by the default implementation has poor splitting capabilities, is unsized, and does not report any spliterator characteristics. Implementing classes can nearly always provide a better implementation.

    Definition Classes
    SetCollectionIterable
  31. def stream(): Stream[E]
    Definition Classes
    Collection
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toArray[T <: AnyRef](a: Array[T]): Array[T]
    Definition Classes
    AbstractCollectionCollection
  34. def toArray(): Array[AnyRef]
    Definition Classes
    AbstractCollectionCollection
  35. def toString(): String
    Definition Classes
    AbstractCollection → AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SequencedSet[E]

Inherited from SequencedCollection[E]

Inherited from HashSet[E]

Inherited from Serializable

Inherited from Cloneable

Inherited from AbstractSet[E]

Inherited from Set[E]

Inherited from AbstractCollection[E]

Inherited from Collection[E]

Inherited from Iterable[E]

Inherited from AnyRef

Inherited from Any

Ungrouped