public static class PropertiesImpl.PropertiesBuilderImpl extends PropertiesImpl.MutablePropertiesImpl implements Properties.PropertiesBuilder
PropertiesImpl.MutablePropertiesImpl, PropertiesImpl.PropertiesBuilderImplProperties.ClearableProperties, Properties.MutableProperties, Properties.PropertiesBuilderDictionary.MutableDictionary.DictionaryBuilder<K,V,T extends org.refcodes.structure.Relation<K,V>,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,T,B>>Dictionary.ClearableDictionary<K,V>, Dictionary.MutableDictionary<K,V>Keys.ClearableKeys<K,V>, Keys.MutableKeys<K,V>_properties| Constructor and Description |
|---|
PropertiesBuilderImpl() |
PropertiesBuilderImpl(File aFile) |
PropertiesBuilderImpl(Map<?,?> aProperties) |
PropertiesBuilderImpl(Properties aProperties) |
PropertiesBuilderImpl(String aFilePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Properties.PropertiesBuilder |
withPut(org.refcodes.structure.Property aProperty) |
Properties.PropertiesBuilder |
withPut(String aKey,
String aValue) |
clear, put, put, put, removeByKeycontainsKey, get, isEmpty, keySet, size, valuesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitwithLoadFrom, withLoadFrom, withPutBoolean, withPutByte, withPutDouble, withPutFloat, withPutInteger, withPutLong, withPutShort, withSaveTo, withSaveTo, withSaveTo, withSaveToloadFrom, loadFrom, put, putAll, putAll, putAll, putBoolean, putByte, putDouble, putFloat, putInteger, putLong, putShortgetBoolean, getByte, getDouble, getFloat, getInteger, getLong, getShort, saveTo, saveTo, saveTo, saveTo, toMap, toPropertiesput, putisEmpty, sizecontainsKey, get, keySet, valuesremoveByKeypublic PropertiesBuilderImpl()
public PropertiesBuilderImpl(Map<?,?> aProperties)
public PropertiesBuilderImpl(Properties aProperties)
public PropertiesBuilderImpl(File aFile) throws IOException
IOExceptionpublic PropertiesBuilderImpl(String aFilePath) throws IOException
IOExceptionpublic Properties.PropertiesBuilder withPut(String aKey, String aValue)
withPut in interface Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.structure.Property,Properties.PropertiesBuilder>withPut in interface Properties.PropertiesBuilderpublic Properties.PropertiesBuilder withPut(org.refcodes.structure.Property aProperty)
withPut in interface Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.structure.Property,Properties.PropertiesBuilder>withPut in interface Properties.PropertiesBuilderpublic int hashCode()
hashCode in class PropertiesImpl.MutablePropertiesImplpublic boolean equals(Object obj)
equals in class PropertiesImpl.MutablePropertiesImplCopyright © 2017. All rights reserved.