public static class PropertyList.NullPropertyList extends PropertyList
PropertyList.NullPropertyList
nullPropertyList
capacityIncrement, elementCount, elementData
serialVersionUID
Constructor and Description |
---|
NullPropertyList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Property p)
Adds a non-exclusive property. i.e. more than one property with that name can exist.
|
Property |
get(String name)
Get the property with the specified name.
|
boolean |
set(Property p)
Sets an exclusive property. i.e. only one property with that name can exist.
|
_getSetField, add, add, add, defaultTo, defaultTo, fromHashtable, fromStrings, get, getBoolean, getBoolean, getDouble, getDouble, getInt, getInt, getLong, getNames, getProperties, getProperties, getProperties, getPropertyValues, getSetProperties, getString, getString, getStrings, getValue, getValue, getValue, getValue, getValue, make, readConfigFile, remove, set, set, set, setBoolean, setClassValue, setDouble, setInt, setLong, setStrings, toHashtable, toPropertyList
add, add, addAll, addAll, addAll, addAll, addCopiesFrom, cacheAllElements, clear, compareTo, copied, copyCopiesFrom, copyFrom, copyInto, copyInto, del, find, get, getCopy, getCount, getFullCopy, getNew, insert, iterator, newVector, pop, push, size, toArray, toArray, toArray, toArray, toArray, toObjectArray, toString
add, addAll, addAll, addElement, capacity, clone, contains, containsAll, elementAt, elements, ensureCapacity, firstElement, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, setElementAt, setSize, size, trimToSize
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public boolean set(Property p)
PropertyList
set
in class PropertyList
public boolean add(Property p)
PropertyList
add
in class PropertyList
public Property get(String name)
PropertyList
get
in class PropertyList