Packages

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
    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(): Nothing
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  6. def clone(): ImmutableProperties.this.type
    Definition Classes
    ImmutableProperties → Properties → Hashtable → AnyRef
  7. def compute(key: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing
    Definition Classes
    ImmutableProperties → Hashtable → Map
  8. def compute(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
    Definition Classes
    Properties
  9. def computeIfAbsent(key: AnyRef, fn: Function[_ >: AnyRef, _ <: AnyRef]): Nothing
    Definition Classes
    ImmutableProperties → Hashtable → Map
  10. def computeIfAbsent(arg0: Any, arg1: Function[_ >: AnyRef, _]): AnyRef
    Definition Classes
    Properties
  11. def computeIfPresent(key: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing
    Definition Classes
    ImmutableProperties → Hashtable → Map
  12. def computeIfPresent(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
    Definition Classes
    Properties
  13. def contains(arg0: Any): Boolean
    Definition Classes
    Properties → Hashtable
  14. def containsKey(arg0: Any): Boolean
    Definition Classes
    Properties → Hashtable → Map
  15. def containsValue(arg0: Any): Boolean
    Definition Classes
    Properties → Hashtable → Map
  16. def elements(): Enumeration[AnyRef]
    Definition Classes
    Properties → Hashtable → Dictionary
  17. def entrySet(): Set[Entry[AnyRef, AnyRef]]
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    Properties → Hashtable → Map → AnyRef → Any
  20. def forEach(arg0: BiConsumer[_ >: AnyRef, _ >: AnyRef]): Unit
    Definition Classes
    Properties → Hashtable → Map
  21. def get(arg0: Any): AnyRef
    Definition Classes
    Properties → Hashtable → Map → Dictionary
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def getOrDefault(arg0: Any, arg1: Any): AnyRef
    Definition Classes
    Properties → Hashtable → Map
  24. def getProperty(arg0: String, arg1: String): String
    Definition Classes
    Properties
  25. def getProperty(arg0: String): String
    Definition Classes
    Properties
  26. def hashCode(): Int
    Definition Classes
    Properties → Hashtable → Map → AnyRef → Any
  27. def isEmpty(): Boolean
    Definition Classes
    Properties → Hashtable → Map → Dictionary
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def keySet(): Set[AnyRef]
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  30. def keys(): Enumeration[AnyRef]
    Definition Classes
    Properties → Hashtable → Dictionary
  31. def list(arg0: PrintWriter): Unit
    Definition Classes
    Properties
  32. def list(arg0: PrintStream): Unit
    Definition Classes
    Properties
  33. def load(inStream: InputStream): Nothing
    Definition Classes
    ImmutableProperties → Properties
  34. def load(reader: Reader): Nothing
    Definition Classes
    ImmutableProperties → Properties
  35. def loadFromXML(in: InputStream): Nothing
    Definition Classes
    ImmutableProperties → Properties
  36. def merge(key: AnyRef, value: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing
    Definition Classes
    ImmutableProperties → Hashtable → Map
  37. def merge(arg0: Any, arg1: Any, arg2: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
    Definition Classes
    Properties
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def propertyNames(): Enumeration[_]
    Definition Classes
    Properties
  42. def put(key: AnyRef, value: AnyRef): AnyRef
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map → Dictionary
  43. def putAll(t: Map[_ <: AnyRef, _ <: AnyRef]): Nothing
    Definition Classes
    ImmutableProperties → Hashtable → Map
  44. def putAll(arg0: Map[_, _]): Unit
    Definition Classes
    Properties
  45. def putIfAbsent(key: AnyRef, value: AnyRef): Nothing
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  46. def rehash(): Nothing
    Definition Classes
    ImmutableProperties → Properties → Hashtable
  47. def remove(key: AnyRef, value: AnyRef): Nothing
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  48. def remove(key: Any): Nothing
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map → Dictionary
  49. def replace(key: AnyRef, value: AnyRef): Nothing
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  50. def replace(key: AnyRef, oldValue: AnyRef, newValue: AnyRef): Nothing
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  51. def replaceAll(function: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing
    Definition Classes
    ImmutableProperties → Hashtable → Map
  52. def replaceAll(arg0: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): Unit
    Definition Classes
    Properties
  53. def setProperty(key: String, value: String): Nothing
    Definition Classes
    ImmutableProperties → Properties
  54. def size(): Int
    Definition Classes
    Properties → Hashtable → Map → Dictionary
  55. def store(arg0: OutputStream, arg1: String): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  56. def store(arg0: Writer, arg1: String): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  57. def storeToXML(arg0: OutputStream, arg1: String, arg2: Charset): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  58. def storeToXML(arg0: OutputStream, arg1: String, arg2: String): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  59. def storeToXML(arg0: OutputStream, arg1: String): Unit
    Definition Classes
    Properties
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def stringPropertyNames(): Set[String]
    Definition Classes
    ImmutableProperties → Properties
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. def toString(): String
    Definition Classes
    Properties → Hashtable → AnyRef → Any
  63. def values(): Collection[AnyRef]
    Definition Classes
    ImmutableProperties → Properties → Hashtable → Map
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def save(arg0: OutputStream, arg1: String): Unit
    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