Class EnumOrderedMap.OrderedMapEntries<V>
java.lang.Object
java.util.AbstractCollection<Map.Entry<Enum<?>,V>>
java.util.AbstractSet<Map.Entry<Enum<?>,V>>
com.github.tommyettinger.ds.EnumMap.Entries<V>
com.github.tommyettinger.ds.EnumOrderedMap.OrderedMapEntries<V>
- All Implemented Interfaces:
EnhancedCollection<Map.Entry<Enum<?>,V>>, Iterable<Map.Entry<Enum<?>, V>>, Collection<Map.Entry<Enum<?>, V>>, Set<Map.Entry<Enum<?>, V>>
- Enclosing class:
EnumOrderedMap<V>
-
Field Summary
FieldsFields inherited from class EnumMap.Entries
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EnumMap.Entries
appendInto, clear, contains, remove, removeAll, retainAll, size, toArray, toArray, toList, toStringMethods inherited from class AbstractSet
equals, hashCodeMethods inherited from class AbstractCollection
add, addAll, containsAll, isEmptyMethods 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, toStringMethods inherited from interface Set
add, addAll, containsAll, isEmpty, spliterator
-
Field Details
-
keys
-
-
Constructor Details
-
OrderedMapEntries
-
-
Method Details
-
iterator
Description copied from class:EnumMap.EntriesReturns an iterator over the elements contained in this collection. -
appendInto
Description copied from class:EnumMap.EntriesAppend the remaining items that this can iterate through into the given Map. Does not change the position of this iterator. Note that a Map is not a Collection.- Overrides:
appendIntoin classEnumMap.Entries<V>- Parameters:
map- any modifiable Map; may have items appended into it- Returns:
- the given map
-