Package cz.diribet.aqdef.model
Class AqdefObjectModel.PartEntries
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<KKey,E>
-
- cz.diribet.aqdef.model.AqdefObjectModel.Entries<AqdefObjectModel.PartEntry,PartIndex>
-
- cz.diribet.aqdef.model.AqdefObjectModel.PartEntries
-
- All Implemented Interfaces:
IHasKKeyValues,Serializable,Cloneable,Map<KKey,AqdefObjectModel.PartEntry>
- Enclosing class:
- AqdefObjectModel
public static class AqdefObjectModel.PartEntries extends AqdefObjectModel.Entries<AqdefObjectModel.PartEntry,PartIndex>
- See Also:
- Serialized Form
-
-
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 Constructor Description PartEntries(PartIndex index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AqdefObjectModel.PartEntrynewEntry(KKey key, PartIndex index, Object value)AqdefObjectModel.PartEntrieswithIndex(PartIndex index)Creates a copy of this entries with a given index.-
Methods inherited from class cz.diribet.aqdef.model.AqdefObjectModel.Entries
forEachEntry, get, getValue, getValue, getValue, getValue, put, put, put, put, putAll, putAll, remove, remove
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PartEntries
public PartEntries(PartIndex index)
-
-
Method Detail
-
withIndex
public AqdefObjectModel.PartEntries withIndex(PartIndex index)
Description copied from class:AqdefObjectModel.EntriesCreates a copy of this entries with a given index.- Specified by:
withIndexin classAqdefObjectModel.Entries<AqdefObjectModel.PartEntry,PartIndex>- Returns:
-
newEntry
protected AqdefObjectModel.PartEntry newEntry(KKey key, PartIndex index, Object value)
- Specified by:
newEntryin classAqdefObjectModel.Entries<AqdefObjectModel.PartEntry,PartIndex>
-
-