public static class PropertyList.NullPropertyList extends PropertyList
PropertyList.NullPropertyListnullPropertyListcapacityIncrement, elementCount, elementDataserialVersionUID| 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, toPropertyListadd, 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, toStringadd, 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, trimToSizeequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic boolean set(Property p)
PropertyListset in class PropertyListpublic boolean add(Property p)
PropertyListadd in class PropertyListpublic Property get(String name)
PropertyListget in class PropertyList