Class TopiaEntityIdsMap
java.lang.Object
java.util.AbstractMap<K,V>
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:
- tchemit <chemit@codelutin.com>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIds(Class<? extends TopiaEntity> type, Iterable<String> ids) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
TopiaEntityIdsMap
public TopiaEntityIdsMap()
-
-
Method Details
-
addIds
-