T - typeK - key@PortedFrom(file="tNameSet.h", name="TNameSet") public class NameSet<T,K> extends LinkedHashMap<K,T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NameSet(NameCreator<T,K> p) |
| Modifier and Type | Method and Description |
|---|---|
T |
add(K id)
unconditionally add new element with name ID to the set;
|
T |
insert(K id)
Insert id to a nameset (if necessary);
|
clear, containsValue, getclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic NameSet(NameCreator<T,K> p)
p - pCopyright © 2015 The University of Manchester. All rights reserved.