Class

water.parser

IcedHashMapWrapper

Related Doc: package parser

Permalink

class IcedHashMapWrapper extends IcedHashMap[String, String]

Linear Supertypes
IcedHashMap[String, String], ConcurrentMap[String, String], IcedHashMapBase[String, String], Map[String, String], Iced[_ <: Iced], Externalizable, Serializable, Freezable[_ <: Iced], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IcedHashMapWrapper
  2. IcedHashMap
  3. ConcurrentMap
  4. IcedHashMapBase
  5. Map
  6. Iced
  7. Externalizable
  8. Serializable
  9. Freezable
  10. Cloneable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IcedHashMapWrapper(values: Array[String])

    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 asBytes(): Array[Byte]

    Permalink
    Definition Classes
    Iced → Freezable
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    IcedHashMapBase → Map
  7. final def clone(): ?0

    Permalink
    Definition Classes
    Iced → Freezable → AnyRef
  8. def compute(arg0: String, arg1: BiFunction[_ >: String, _ >: String, _ <: String]): String

    Permalink
    Definition Classes
    ConcurrentMap → Map
  9. def computeIfAbsent(arg0: String, arg1: Function[_ >: String, _ <: String]): String

    Permalink
    Definition Classes
    ConcurrentMap → Map
  10. def computeIfPresent(arg0: String, arg1: BiFunction[_ >: String, _ >: String, _ <: String]): String

    Permalink
    Definition Classes
    ConcurrentMap → Map
  11. def containsKey(key: Any): Boolean

    Permalink
    Definition Classes
    IcedHashMapWrapper → IcedHashMapBase → Map
  12. def containsValue(arg0: Any): Boolean

    Permalink
    Definition Classes
    IcedHashMapBase → Map
  13. def copyOver(arg0: ?0): Unit

    Permalink
    Attributes
    protected[water]
    Definition Classes
    Iced
  14. def entrySet(): Set[Entry[String, String]]

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

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

    Permalink
    Definition Classes
    IcedHashMapBase → 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[_ >: String, _ >: String]): Unit

    Permalink
    Definition Classes
    ConcurrentMap → Map
  19. final def frozenType(): Int

    Permalink
    Definition Classes
    Iced → Freezable
  20. def get(arg0: Any): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getOrDefault(arg0: Any, arg1: String): String

    Permalink
    Definition Classes
    ConcurrentMap → Map
  23. def getk(arg0: String): String

    Permalink
    Definition Classes
    IcedHashMap
  24. def hashCode(): Int

    Permalink
    Definition Classes
    IcedHashMapBase → Map → AnyRef → Any
  25. def init(): Map[String, String]

    Permalink
    Attributes
    protected[water.util]
    Definition Classes
    IcedHashMap → IcedHashMapBase
  26. def isEmpty(): Boolean

    Permalink
    Definition Classes
    IcedHashMapBase → Map
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def keySet(): Set[String]

    Permalink
    Definition Classes
    IcedHashMapBase → Map
  29. def map(): Map[String, String]

    Permalink
    Attributes
    protected[water.util]
    Definition Classes
    IcedHashMap → IcedHashMapBase
  30. def merge(arg0: String, arg1: String, arg2: BiFunction[_ >: String, _ >: String, _ <: String]): String

    Permalink
    Definition Classes
    ConcurrentMap → Map
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def put(arg0: String, arg1: String): String

    Permalink
    Definition Classes
    IcedHashMapBase → Map
  35. def putAll(arg0: Map[_ <: String, _ <: String]): Unit

    Permalink
    Definition Classes
    IcedHashMapBase → Map
  36. def putIfAbsent(arg0: String, arg1: String): String

    Permalink
    Definition Classes
    IcedHashMap → ConcurrentMap → Map
  37. final def read(arg0: AutoBuffer): ?0

    Permalink
    Definition Classes
    Iced → Freezable
  38. def readExternal(arg0: ObjectInput): Unit

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  39. final def readJSON(arg0: AutoBuffer): ?0

    Permalink
    Definition Classes
    Iced → Freezable
  40. final def readJSON_impl(arg0: AutoBuffer): IcedHashMapBase[_, _]

    Permalink
    Definition Classes
    IcedHashMapBase
  41. def readKey(arg0: AutoBuffer, arg1: KeyType): String

    Permalink
    Attributes
    protected[water.util]
    Definition Classes
    IcedHashMapBase
  42. def readValue(arg0: AutoBuffer, arg1: ValueType, arg2: ArrayType): String

    Permalink
    Attributes
    protected[water.util]
    Definition Classes
    IcedHashMapBase
  43. final def read_impl(arg0: AutoBuffer): IcedHashMapBase[_, _]

    Permalink
    Definition Classes
    IcedHashMapBase
  44. def reloadFromBytes(arg0: Array[Byte]): ?0

    Permalink
    Definition Classes
    Iced → Freezable
  45. def remove(arg0: Any, arg1: Any): Boolean

    Permalink
    Definition Classes
    IcedHashMap → ConcurrentMap → Map
  46. def remove(arg0: Any): String

    Permalink
    Definition Classes
    IcedHashMapBase → Map
  47. def replace(arg0: String, arg1: String): String

    Permalink
    Definition Classes
    IcedHashMap → ConcurrentMap → Map
  48. def replace(arg0: String, arg1: String, arg2: String): Boolean

    Permalink
    Definition Classes
    IcedHashMap → ConcurrentMap → Map
  49. def replaceAll(arg0: BiFunction[_ >: String, _ >: String, _ <: String]): Unit

    Permalink
    Definition Classes
    ConcurrentMap → Map
  50. def size(): Int

    Permalink
    Definition Classes
    IcedHashMapWrapper → IcedHashMapBase → Map
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. final def toJsonString(): String

    Permalink
    Definition Classes
    Iced
  53. def toString(): String

    Permalink
    Definition Classes
    IcedHashMapBase → AnyRef → Any
  54. def values(): Collection[String]

    Permalink
    Definition Classes
    IcedHashMapBase → Map
  55. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def write(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    Iced → Freezable
  59. def writeExternal(arg0: ObjectOutput): Unit

    Permalink
    Definition Classes
    Iced → Externalizable
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def writeJSON(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    Iced → Freezable
  61. final def writeJSON_impl(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    IcedHashMapBase
  62. def writeKey(arg0: AutoBuffer, arg1: KeyType, arg2: String): Unit

    Permalink
    Attributes
    protected[water.util]
    Definition Classes
    IcedHashMapBase
  63. def writeMap(arg0: AutoBuffer, arg1: Byte): Unit

    Permalink
    Attributes
    protected[water.util]
    Definition Classes
    IcedHashMap → IcedHashMapBase
  64. def writeValue(arg0: AutoBuffer, arg1: ValueType, arg2: ArrayType, arg3: String): Unit

    Permalink
    Attributes
    protected[water.util]
    Definition Classes
    IcedHashMapBase
  65. final def write_impl(arg0: AutoBuffer): AutoBuffer

    Permalink
    Definition Classes
    IcedHashMapBase
  66. def writeable(): Boolean

    Permalink
    Attributes
    protected[water.util]
    Definition Classes
    IcedHashMap → IcedHashMapBase

Inherited from IcedHashMap[String, String]

Inherited from ConcurrentMap[String, String]

Inherited from IcedHashMapBase[String, String]

Inherited from Map[String, String]

Inherited from Iced[_ <: Iced]

Inherited from Externalizable

Inherited from Serializable

Inherited from Freezable[_ <: Iced]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped