org.maltparserx.core.helper

HashSet

Related Doc: package helper

class HashSet[E] extends AbstractSet[E] with Serializable

Linear Supertypes
Serializable, AbstractSet[E], Set[E], AbstractCollection[E], Collection[E], Iterable[E], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HashSet
  2. Serializable
  3. AbstractSet
  4. Set
  5. AbstractCollection
  6. Collection
  7. Iterable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HashSet(c: Collection[_ <: E])

  2. new HashSet()

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
    HashSet → Set → AbstractCollection → Collection
  5. def addAll(c: Collection[_ <: E]): Boolean

    Definition Classes
    HashSet → Set → AbstractCollection → Collection
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clear(): Unit

    Definition Classes
    HashSet → Set → AbstractCollection → Collection
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains(o: Any): Boolean

    Definition Classes
    HashSet → Set → AbstractCollection → Collection
  10. def containsAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  11. def doReadObject(in: ObjectInputStream): Unit

    Attributes
    protected[org.maltparserx.core.helper]
  12. def doWriteObject(out: ObjectOutputStream): Unit

    Attributes
    protected[org.maltparserx.core.helper]
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AbstractSet → Set → Collection → AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def forEach(arg0: Consumer[_ >: E]): Unit

    Definition Classes
    Iterable
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AbstractSet → Set → Collection → AnyRef → Any
  19. def isEmpty(): Boolean

    Definition Classes
    AbstractCollection → Collection
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def itemEquals(a: Any, b: Any): Boolean

    Attributes
    protected[org.maltparserx.core.helper]
  22. def itemHashCode(o: Any): Int

    Attributes
    protected[org.maltparserx.core.helper]
  23. def iterator(): Iterator[E]

    Definition Classes
    HashSet → Set → AbstractCollection → Collection → Iterable
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def parallelStream(): Stream[E]

    Definition Classes
    Collection
  28. def remove(o: Any): Boolean

    Definition Classes
    HashSet → Set → AbstractCollection → Collection
  29. def removeAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractSet → Set → AbstractCollection → Collection
  30. def removeIf(arg0: Predicate[_ >: E]): Boolean

    Definition Classes
    Collection
  31. def retainAll(arg0: Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  32. def size(): Int

    Definition Classes
    HashSet → Set → AbstractCollection → Collection
  33. def spliterator(): Spliterator[E]

    Definition Classes
    Set → Collection → Iterable
  34. def stream(): Stream[E]

    Definition Classes
    Collection
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toArray[T](a: Array[T]): Array[T]

    Definition Classes
    HashSet → Set → AbstractCollection → Collection
  37. def toArray(): Array[AnyRef]

    Definition Classes
    HashSet → Set → AbstractCollection → Collection
  38. def toString(): String

    Definition Classes
    AbstractCollection → AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

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