com.partnersoft.data
Class NamedNameSets
java.lang.Object
com.partnersoft.data.Naming<NameSet>
com.partnersoft.data.NamedNameSets
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,NameSet>
public class NamedNameSets
- extends Naming<NameSet>
A Naming that keeps track of sets of names - it autocreates NameSets for entries when you use the addToSet(name, value) method.
Copyright 2009 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
|
Method Summary |
void |
addToSet(java.lang.String name,
java.lang.String value)
Adds the given entry to the named set; creates the set if it doesn't exist. |
| Methods inherited from class com.partnersoft.data.Naming |
clear, clone, containsKey, containsValue, copy, createUniqueNameWithPrefix, entrySet, equals, get, getNameAt, getSize, getValue, getValueAt, hashCode, isEmpty, keySet, put, putAll, remove, removeValue, setOrderPreserving, setValue, size, sort, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
NamedNameSets
public NamedNameSets()
addToSet
public void addToSet(java.lang.String name,
java.lang.String value)
- Adds the given entry to the named set; creates the set if it doesn't exist. Don't confuse this with put()!