public class NamedLists<T> extends Naming<java.util.List<T>>
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
NamedLists() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToList(java.lang.String name,
T value)
Adds the given entry to the named list; creates the list if it doesn't exist.
|
NamedLists<T> |
copy()
Returns a shallow copy of the Naming.
|
clear, clone, containsKey, containsValue, createUniqueNameWithPrefix, entrySet, equals, get, getNameAt, getSize, getValue, getValueAt, hashCode, isEmpty, keySet, listNames, listValues, put, putAll, remove, removeValue, setOrderPreserving, setValue, size, sort, toString, valuespublic void addToList(java.lang.String name,
T value)