public class MapProperties extends AbstractProperties
Properties.Property<T>, Properties.PropertyListener| Modifier and Type | Field and Description |
|---|---|
private java.util.IdentityHashMap<java.lang.Object,java.lang.Object> |
map |
| Constructor and Description |
|---|
MapProperties() |
MapProperties(int expectedSize) |
MapProperties(MapProperties original) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
clone() |
<T> T |
get(Properties.Property<T> property) |
<T> void |
put(Properties.Property<T> property,
T value) |
<T> void |
remove(Properties.Property<T> property) |
int |
size() |
java.lang.String |
toString() |
addPropertyListener, firePropertyChange, removePropertyListener, removePropertyListenerpublic MapProperties()
public MapProperties(int expectedSize)
public MapProperties(MapProperties original)
public <T> void put(Properties.Property<T> property, T value)
public <T> T get(Properties.Property<T> property)
public java.lang.String toString()
toString in class java.lang.Objectpublic <T> void remove(Properties.Property<T> property)
public Properties clone()
clone in interface Propertiesclone in class AbstractPropertiespublic int size()