Class

org.maltparserx.core.helper

HashMap

Related Doc: package helper

Permalink

class HashMap[K, V] extends Map[K, V] with Serializable

Linear Supertypes
Serializable, Map[K, V], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashMap
  2. Serializable
  3. Map
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HashMap(m: Map[_ <: K, _ <: V])

    Permalink
  2. new HashMap()

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    HashMap → Map
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compute(arg0: K, arg1: BiFunction[_ >: K, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Map
  8. def computeIfAbsent(arg0: K, arg1: Function[_ >: K, _ <: V]): V

    Permalink
    Definition Classes
    Map
  9. def computeIfPresent(arg0: K, arg1: BiFunction[_ >: K, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Map
  10. def containsKey(key: Any): Boolean

    Permalink
    Definition Classes
    HashMap → Map
  11. def containsValue(value: Any): Boolean

    Permalink
    Definition Classes
    HashMap → Map
  12. def doReadObject(in: ObjectInputStream): Unit

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

    Permalink
    Attributes
    protected[org.maltparserx.core.helper]
  14. def entrySet(): Set[Entry[K, V]]

    Permalink
    Definition Classes
    HashMap → Map
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    HashMap → Map → AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def forEach(arg0: BiConsumer[_ >: K, _ >: V]): Unit

    Permalink
    Definition Classes
    Map
  19. def get(key: Any): V

    Permalink
    Definition Classes
    HashMap → Map
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getOrDefault(arg0: Any, arg1: V): V

    Permalink
    Definition Classes
    Map
  22. def hashCode(): Int

    Permalink
    Definition Classes
    HashMap → Map → AnyRef → Any
  23. def isEmpty(): Boolean

    Permalink
    Definition Classes
    HashMap → Map
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def keyEquals(a: Any, b: Any): Boolean

    Permalink
    Attributes
    protected[org.maltparserx.core.helper]
  26. def keyHashCode(k: Any): Int

    Permalink
    Attributes
    protected[org.maltparserx.core.helper]
  27. def keySet(): Set[K]

    Permalink
    Definition Classes
    HashMap → Map
  28. def merge(arg0: K, arg1: V, arg2: BiFunction[_ >: V, _ >: V, _ <: V]): V

    Permalink
    Definition Classes
    Map
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def put(key: K, value: V): V

    Permalink
    Definition Classes
    HashMap → Map
  33. def putAll(m: Map[_ <: K, _ <: V]): Unit

    Permalink
    Definition Classes
    HashMap → Map
  34. def putIfAbsent(arg0: K, arg1: V): V

    Permalink
    Definition Classes
    Map
  35. def remove(key: Any): V

    Permalink
    Definition Classes
    HashMap → Map
  36. def remove(arg0: Any, arg1: Any): Boolean

    Permalink
    Definition Classes
    Map
  37. def replace(arg0: K, arg1: V): V

    Permalink
    Definition Classes
    Map
  38. def replace(arg0: K, arg1: V, arg2: V): Boolean

    Permalink
    Definition Classes
    Map
  39. def replaceAll(arg0: BiFunction[_ >: K, _ >: V, _ <: V]): Unit

    Permalink
    Definition Classes
    Map
  40. def size(): Int

    Permalink
    Definition Classes
    HashMap → Map
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    HashMap → AnyRef → Any
  43. def valueEquals(a: Any, b: Any): Boolean

    Permalink
    Attributes
    protected[org.maltparserx.core.helper]
  44. def valueHashCode(v: Any): Int

    Permalink
    Attributes
    protected[org.maltparserx.core.helper]
  45. def values(): Collection[V]

    Permalink
    Definition Classes
    HashMap → Map
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Map[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped