public interface Properties
char getSeparator(String key)
ValueModel getValueModel(String key)
void put(KeyValueModel model)
void put(String key, ValueModel model)
void forEach(BiConsumer<String,ValueModel> action)
boolean containsKey(String key)
boolean hasNonEmptyValue(String key)
int size()
boolean hasKeyLike(String leftEdge)
void clear()
void deleteKey(String key)
Properties merge(Properties props)
Properties slice(String keyBase)
Map<String,ValueModel> asMap()
List<KeyValueModel> asList()
Properties asLegacy()
Properties asciiToNative()
Properties nativeToAscii()
String toXML()
String toJSON()
String toYAML()
Sugar sugar()
Copyright © 2011–2016 David R. Smith. All rights reserved.