public interface Properties extends Dictionary<String,String>
Properties are a specialization of the Dictionary. As the
name says its on a String pairs key/value collection as properties
usually occur in pure text form to be converted to the required data types.
For this reason, the Properties interface provides additional
conversion methods.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Properties.ClearableProperties |
static interface |
Properties.MutableProperties |
static interface |
Properties.PropertiesBuilder |
Dictionary.ClearableDictionary<K,V>, Dictionary.MutableDictionary<K,V>Keys.ClearableKeys<K,V>, Keys.MutableKeys<K,V>containsKey, get, keySet, valuesisEmpty, sizeCopyright © 2016. All rights reserved.