com.partnersoft.data
Class NamedNameSets

java.lang.Object
  extended by com.partnersoft.data.Naming<NameSet>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
NamedNameSets()
           
 
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
 

Constructor Detail

NamedNameSets

public NamedNameSets()
Method Detail

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()!