Class/Object

za.co.absa.commons.lang

ImmutableProperties

Related Docs: object ImmutableProperties | package lang

Permalink

class ImmutableProperties extends Properties

Linear Supertypes
Properties, Hashtable[AnyRef, AnyRef], Serializable, Cloneable, Map[AnyRef, AnyRef], Dictionary[AnyRef, AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableProperties
  2. Properties
  3. Hashtable
  4. Serializable
  5. Cloneable
  6. Map
  7. Dictionary
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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(): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  6. def clone(): ImmutableProperties.this.type

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → AnyRef
  7. def compute(key: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Hashtable → Map
  8. def compute(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef

    Permalink
    Definition Classes
    Properties
  9. def computeIfAbsent(key: AnyRef, fn: Function[_ >: AnyRef, _ <: AnyRef]): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Hashtable → Map
  10. def computeIfAbsent(arg0: Any, arg1: Function[_ >: AnyRef, _]): AnyRef

    Permalink
    Definition Classes
    Properties
  11. def computeIfPresent(key: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Hashtable → Map
  12. def computeIfPresent(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef

    Permalink
    Definition Classes
    Properties
  13. def contains(arg0: Any): Boolean

    Permalink
    Definition Classes
    Properties → Hashtable
  14. def containsKey(arg0: Any): Boolean

    Permalink
    Definition Classes
    Properties → Hashtable → Map
  15. def containsValue(arg0: Any): Boolean

    Permalink
    Definition Classes
    Properties → Hashtable → Map
  16. def elements(): Enumeration[AnyRef]

    Permalink
    Definition Classes
    Properties → Hashtable → Dictionary
  17. def entrySet(): Set[Entry[AnyRef, AnyRef]]

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Properties → Hashtable → Map → AnyRef → Any
  20. def forEach(arg0: BiConsumer[_ >: AnyRef, _ >: AnyRef]): Unit

    Permalink
    Definition Classes
    Properties → Hashtable → Map
  21. def get(arg0: Any): AnyRef

    Permalink
    Definition Classes
    Properties → Hashtable → Map → Dictionary
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def getOrDefault(arg0: Any, arg1: Any): AnyRef

    Permalink
    Definition Classes
    Properties → Hashtable → Map
  24. def getProperty(arg0: String, arg1: String): String

    Permalink
    Definition Classes
    Properties
  25. def getProperty(arg0: String): String

    Permalink
    Definition Classes
    Properties
  26. def hashCode(): Int

    Permalink
    Definition Classes
    Properties → Hashtable → Map → AnyRef → Any
  27. def isEmpty(): Boolean

    Permalink
    Definition Classes
    Properties → Hashtable → Map → Dictionary
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def keySet(): Set[AnyRef]

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  30. def keys(): Enumeration[AnyRef]

    Permalink
    Definition Classes
    Properties → Hashtable → Dictionary
  31. def list(arg0: PrintWriter): Unit

    Permalink
    Definition Classes
    Properties
  32. def list(arg0: PrintStream): Unit

    Permalink
    Definition Classes
    Properties
  33. def load(inStream: InputStream): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties
  34. def load(reader: Reader): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties
  35. def loadFromXML(in: InputStream): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties
  36. def merge(key: AnyRef, value: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Hashtable → Map
  37. def merge(arg0: Any, arg1: Any, arg2: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef

    Permalink
    Definition Classes
    Properties
  38. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  41. def propertyNames(): Enumeration[_]

    Permalink
    Definition Classes
    Properties
  42. def put(key: AnyRef, value: AnyRef): AnyRef

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map → Dictionary
  43. def putAll(t: Map[_ <: AnyRef, _ <: AnyRef]): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Hashtable → Map
  44. def putAll(arg0: Map[_, _]): Unit

    Permalink
    Definition Classes
    Properties
  45. def putIfAbsent(key: AnyRef, value: AnyRef): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  46. def rehash(): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable
  47. def remove(key: AnyRef, value: AnyRef): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  48. def remove(key: Any): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map → Dictionary
  49. def replace(key: AnyRef, value: AnyRef): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  50. def replace(key: AnyRef, oldValue: AnyRef, newValue: AnyRef): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  51. def replaceAll(function: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Hashtable → Map
  52. def replaceAll(arg0: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): Unit

    Permalink
    Definition Classes
    Properties
  53. def setProperty(key: String, value: String): Nothing

    Permalink
    Definition Classes
    ImmutableProperties → Properties
  54. def size(): Int

    Permalink
    Definition Classes
    Properties → Hashtable → Map → Dictionary
  55. def store(arg0: OutputStream, arg1: String): Unit

    Permalink
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  56. def store(arg0: Writer, arg1: String): Unit

    Permalink
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  57. def storeToXML(arg0: OutputStream, arg1: String, arg2: Charset): Unit

    Permalink
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  58. def storeToXML(arg0: OutputStream, arg1: String, arg2: String): Unit

    Permalink
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  59. def storeToXML(arg0: OutputStream, arg1: String): Unit

    Permalink
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def stringPropertyNames(): Set[String]

    Permalink
    Definition Classes
    ImmutableProperties → Properties
  61. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Properties → Hashtable → AnyRef → Any
  63. def values(): Collection[AnyRef]

    Permalink
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  64. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def save(arg0: OutputStream, arg1: String): Unit

    Permalink
    Definition Classes
    Properties
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Properties

Inherited from Hashtable[AnyRef, AnyRef]

Inherited from Serializable

Inherited from Cloneable

Inherited from Map[AnyRef, AnyRef]

Inherited from Dictionary[AnyRef, AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped