Class EnumOrderedMap.OrderedMapValues<V>
java.lang.Object
java.util.AbstractCollection<V>
com.github.tommyettinger.ds.EnumMap.Values<V>
com.github.tommyettinger.ds.EnumOrderedMap.OrderedMapValues<V>
- All Implemented Interfaces:
EnhancedCollection<V>, Iterable<V>, Collection<V>
- Enclosing class:
EnumOrderedMap<V>
-
Field Summary
Fields inherited from class EnumMap.Values
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()Returns an iterator over the elements contained in this collection.Methods inherited from class EnumMap.Values
appendInto, clear, contains, equals, hashCode, remove, size, toArray, toArray, toList, toStringMethods inherited from class AbstractCollection
add, addAll, containsAll, isEmpty, removeAll, retainAllMethods inherited from interface Collection
add, addAll, containsAll, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, 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
-
Constructor Details
-
OrderedMapValues
-
-
Method Details
-
iterator
Description copied from class:EnumMap.ValuesReturns an iterator over the elements contained in this collection.- Specified by:
iteratorin interfaceCollection<V>- Specified by:
iteratorin interfaceIterable<V>- Overrides:
iteratorin classEnumMap.Values<V>- Returns:
- an iterator over the elements contained in this collection
-