T - typeK - key@PortedFrom(file="tNameSet.h", name="TNameSet") public class NameSet<T,K> extends LinkedHashMap<K,T> implements Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NameSet() |
| Modifier and Type | Method and Description |
|---|---|
T |
add(K id,
Function<K,T> creator)
unconditionally add new element with name ID to the set;
|
T |
insert(K id,
Function<K,T> creator)
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, sizeCopyright © 2018 The University of Manchester. All rights reserved.