Class TopiaEntityIdsMap
java.lang.Object
java.util.AbstractMap<Class<? extends TopiaEntity>, List<String>>
java.util.HashMap<Class<? extends TopiaEntity>, List<String>>
org.nuiton.topia.persistence.util.TopiaEntityIdsMap
- All Implemented Interfaces:
Serializable, Cloneable, Map<Class<? extends TopiaEntity>, List<String>>
A map of ids of entities grouped by their type.
- Since:
- 2.4.3
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIds(Class<? extends TopiaEntity> type, Iterable<String> ids) Methods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode, toString
-
Constructor Details
-
TopiaEntityIdsMap
public TopiaEntityIdsMap()
-
-
Method Details
-
addIds
-