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(java.util.function.Function<K,T> 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, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic NameSet(java.util.function.Function<K,T> p)
p - p@PortedFrom(file="tNameSet.h", name="add") public T add(K id)
id - id@PortedFrom(file="tNameSet.h", name="insert") public T insert(K id)
id - idCopyright © 2016 The University of Manchester. All rights reserved.