Class IntObjectOrderedMap.OrderedMapEntries<V>
java.lang.Object
java.util.AbstractCollection<IntObjectMap.Entry<V>>
java.util.AbstractSet<IntObjectMap.Entry<V>>
com.github.tommyettinger.ds.IntObjectMap.Entries<V>
com.github.tommyettinger.ds.IntObjectOrderedMap.OrderedMapEntries<V>
- All Implemented Interfaces:
EnhancedCollection<IntObjectMap.Entry<V>>, Iterable<IntObjectMap.Entry<V>>, Collection<IntObjectMap.Entry<V>>, Set<IntObjectMap.Entry<V>>
- Enclosing class:
IntObjectOrderedMap<V>
-
Field Summary
FieldsFields inherited from class IntObjectMap.Entries
iter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendInto(IntObjectMap<V> map) Append the remaining items that this can iterate through into the given IntObjectMap.Methods inherited from class IntObjectMap.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:IntObjectMap.EntriesAppend the remaining items that this can iterate through into the given IntObjectMap. Does not change the position of this iterator.- Overrides:
appendIntoin classIntObjectMap.Entries<V>- Parameters:
map- a modifiable IntObjectMap; may have items appended into it- Returns:
- the given map
-