class ImmutableProperties extends Properties
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImmutableProperties
- Properties
- Hashtable
- Serializable
- Cloneable
- Map
- Dictionary
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Nothing
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map
-
def
clone(): ImmutableProperties.this.type
- Definition Classes
- ImmutableProperties → Properties → Hashtable → AnyRef
-
def
compute(key: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing
- Definition Classes
- ImmutableProperties → Hashtable → Map
-
def
compute(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
- Definition Classes
- Properties
-
def
computeIfAbsent(key: AnyRef, fn: Function[_ >: AnyRef, _ <: AnyRef]): Nothing
- Definition Classes
- ImmutableProperties → Hashtable → Map
-
def
computeIfAbsent(arg0: Any, arg1: Function[_ >: AnyRef, _]): AnyRef
- Definition Classes
- Properties
-
def
computeIfPresent(key: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing
- Definition Classes
- ImmutableProperties → Hashtable → Map
-
def
computeIfPresent(arg0: Any, arg1: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
- Definition Classes
- Properties
-
def
contains(arg0: Any): Boolean
- Definition Classes
- Properties → Hashtable
-
def
containsKey(arg0: Any): Boolean
- Definition Classes
- Properties → Hashtable → Map
-
def
containsValue(arg0: Any): Boolean
- Definition Classes
- Properties → Hashtable → Map
-
def
elements(): Enumeration[AnyRef]
- Definition Classes
- Properties → Hashtable → Dictionary
-
def
entrySet(): Set[Entry[AnyRef, AnyRef]]
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Properties → Hashtable → Map → AnyRef → Any
-
def
forEach(arg0: BiConsumer[_ >: AnyRef, _ >: AnyRef]): Unit
- Definition Classes
- Properties → Hashtable → Map
-
def
get(arg0: Any): AnyRef
- Definition Classes
- Properties → Hashtable → Map → Dictionary
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getOrDefault(arg0: Any, arg1: Any): AnyRef
- Definition Classes
- Properties → Hashtable → Map
-
def
getProperty(arg0: String, arg1: String): String
- Definition Classes
- Properties
-
def
getProperty(arg0: String): String
- Definition Classes
- Properties
-
def
hashCode(): Int
- Definition Classes
- Properties → Hashtable → Map → AnyRef → Any
-
def
isEmpty(): Boolean
- Definition Classes
- Properties → Hashtable → Map → Dictionary
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keySet(): Set[AnyRef]
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map
-
def
keys(): Enumeration[AnyRef]
- Definition Classes
- Properties → Hashtable → Dictionary
-
def
list(arg0: PrintWriter): Unit
- Definition Classes
- Properties
-
def
list(arg0: PrintStream): Unit
- Definition Classes
- Properties
-
def
load(inStream: InputStream): Nothing
- Definition Classes
- ImmutableProperties → Properties
-
def
load(reader: Reader): Nothing
- Definition Classes
- ImmutableProperties → Properties
-
def
loadFromXML(in: InputStream): Nothing
- Definition Classes
- ImmutableProperties → Properties
-
def
merge(key: AnyRef, value: AnyRef, fn: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing
- Definition Classes
- ImmutableProperties → Hashtable → Map
-
def
merge(arg0: Any, arg1: Any, arg2: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): AnyRef
- Definition Classes
- Properties
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
propertyNames(): Enumeration[_]
- Definition Classes
- Properties
-
def
put(key: AnyRef, value: AnyRef): AnyRef
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map → Dictionary
-
def
putAll(t: Map[_ <: AnyRef, _ <: AnyRef]): Nothing
- Definition Classes
- ImmutableProperties → Hashtable → Map
-
def
putAll(arg0: Map[_, _]): Unit
- Definition Classes
- Properties
-
def
putIfAbsent(key: AnyRef, value: AnyRef): Nothing
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map
-
def
rehash(): Nothing
- Definition Classes
- ImmutableProperties → Properties → Hashtable
-
def
remove(key: AnyRef, value: AnyRef): Nothing
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map
-
def
remove(key: Any): Nothing
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map → Dictionary
-
def
replace(key: AnyRef, value: AnyRef): Nothing
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map
-
def
replace(key: AnyRef, oldValue: AnyRef, newValue: AnyRef): Nothing
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map
-
def
replaceAll(function: BiFunction[_ >: AnyRef, _ >: AnyRef, _ <: AnyRef]): Nothing
- Definition Classes
- ImmutableProperties → Hashtable → Map
-
def
replaceAll(arg0: BiFunction[_ >: AnyRef, _ >: AnyRef, _]): Unit
- Definition Classes
- Properties
-
def
setProperty(key: String, value: String): Nothing
- Definition Classes
- ImmutableProperties → Properties
-
def
size(): Int
- Definition Classes
- Properties → Hashtable → Map → Dictionary
-
def
store(arg0: OutputStream, arg1: String): Unit
- Definition Classes
- Properties
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
store(arg0: Writer, arg1: String): Unit
- Definition Classes
- Properties
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
storeToXML(arg0: OutputStream, arg1: String, arg2: Charset): Unit
- Definition Classes
- Properties
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
storeToXML(arg0: OutputStream, arg1: String, arg2: String): Unit
- Definition Classes
- Properties
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
storeToXML(arg0: OutputStream, arg1: String): Unit
- Definition Classes
- Properties
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
stringPropertyNames(): Set[String]
- Definition Classes
- ImmutableProperties → Properties
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Properties → Hashtable → AnyRef → Any
-
def
values(): Collection[AnyRef]
- Definition Classes
- ImmutableProperties → Properties → Hashtable → Map
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.
-
def
save(arg0: OutputStream, arg1: String): Unit
- Definition Classes
- Properties
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.