org.maltparserx.core.helper

HashMap

Related Doc: package helper

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

  2. new HashMap()

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

    Definition Classes
    Any
  5. def clear(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Map
  22. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Map
  40. def size(): Int

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Map[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped