Class

org.maltparserx.core.helper

HashSet

Related Doc: package helper

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink
  2. new HashSet()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(e: E): Boolean

    Permalink
    Definition Classes
    HashSet → Set → AbstractCollection → Collection
  5. def addAll(c: Collection[_ <: E]): Boolean

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

    Permalink
    Definition Classes
    Any
  7. def clear(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    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