Class ObjectIntOrderedMap.OrderedMapEntries<K>
java.lang.Object
java.util.AbstractCollection<ObjectIntMap.Entry<K>>
java.util.AbstractSet<ObjectIntMap.Entry<K>>
com.github.tommyettinger.ds.ObjectIntMap.Entries<K>
com.github.tommyettinger.ds.ObjectIntOrderedMap.OrderedMapEntries<K>
- All Implemented Interfaces:
EnhancedCollection<ObjectIntMap.Entry<K>>, Iterable<ObjectIntMap.Entry<K>>, Collection<ObjectIntMap.Entry<K>>, Set<ObjectIntMap.Entry<K>>
- Enclosing class:
ObjectIntOrderedMap<K>
-
Field Summary
FieldsFields inherited from class ObjectIntMap.Entries
iter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendInto(ObjectIntMap<K> map) Append the remaining items that this can iterate through into the given ObjectIntMap.Methods inherited from class ObjectIntMap.Entries
appendInto, hashCode, iterator, resetIterator, size, toList, toStringMethods inherited from class AbstractSet
equals, removeAllMethods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArrayMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface EnhancedCollection
add, add, add, addAll, addAll, addAll, addAllIterable, addLegible, addLegible, addVarargs, appendTo, appendTo, containsAll, containsAll, containsAll, containsAllIterable, containsAny, containsAny, containsAny, containsAnyIterable, first, removeAll, removeAll, removeAll, removeAllIterable, removeEach, removeEach, removeEach, removeEachIterable, toString, toString, toString
-
Field Details
-
keys
-
-
Constructor Details
-
OrderedMapEntries
-
-
Method Details
-
appendInto
Description copied from class:ObjectIntMap.EntriesAppend the remaining items that this can iterate through into the given ObjectIntMap. Does not change the position of this iterator.- Overrides:
appendIntoin classObjectIntMap.Entries<K>- Parameters:
map- a modifiable ObjectIntMap; may have items appended into it- Returns:
- the given map
-