Class OrderedProperties
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
This class is an ordered
Properties where the key/values are stored in the order they are added or loaded.
Note: This implementation is only intended as implementation detail for the Camel properties component, and has only
been designed to provide the needed functionality. The complex logic for loading properties has been kept from the
JDK Properties class.- See Also:
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from class Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Properties
clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, getOrDefault, hashCode, list, list, load, load, loadFromXML, merge, propertyNames, putIfAbsent, rehash, remove, replace, replace, replaceAll, save, setProperty, store, store, storeToXML, storeToXML, storeToXML
-
Field Details
-
lock
-
-
Constructor Details
-
OrderedProperties
public OrderedProperties()
-
-
Method Details
-
asMap
-
put
-
doPut
-
putAll
-
get
-
isEmpty
-
remove
-
clear
-
getProperty
- Overrides:
getPropertyin classProperties
-
getProperty
- Overrides:
getPropertyin classProperties
-
keys
- Overrides:
keysin classProperties
-
keySet
-
entrySet
-
size
-
stringPropertyNames
- Overrides:
stringPropertyNamesin classProperties
-
values
-
toString
- Overrides:
toStringin classProperties
-