public class FIFOProperties extends OrderedProperties
OrderedProperties implementation that retains the order of the
elements in which they were added. Replacing values does not affect the
order.OrderedProperties.LineReader| Constructor and Description |
|---|
FIFOProperties() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<String,String>> |
iterator() |
String |
put(String key,
String value)
Associates the specified
value with the specified key. |
doLoad, load, load, loadConvert, saveConvert, store, store, store, toHex, writeComment, writeNewLinepublic String put(String key, String value)
OrderedPropertiesvalue with the specified key. If
there previously was a mapping for the key, the old value is replaced.put in class OrderedPropertieskey - the key with which the specified value is to be associatedvalue - value to be associated with the specified key.key, or null
if there was no mapping for key or the previously
associated value was null.Copyright © 2024. All rights reserved.