Class EnumLongOrderedMap.OrderedMapKeys
java.lang.Object
java.util.AbstractCollection<Enum<?>>
java.util.AbstractSet<Enum<?>>
com.github.tommyettinger.ds.EnumSet
com.github.tommyettinger.ds.EnumLongMap.Keys
com.github.tommyettinger.ds.EnumLongOrderedMap.OrderedMapKeys
- All Implemented Interfaces:
EnhancedCollection<Enum<?>>, Iterable<Enum<?>>, Collection<Enum<?>>, Set<Enum<?>>
- Enclosing class:
EnumLongOrderedMap
-
Nested Class Summary
Nested classes/interfaces inherited from class EnumSet
EnumSet.EnumSetIterator -
Field Summary
Fields inherited from class EnumLongMap.Keys
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()Returns an iterator over the elements contained in this collection.Methods inherited from class EnumLongMap.Keys
add, addAll, addAll, appendInto, clear, contains, equals, hashCode, remove, removeAll, size, toEnumSet, toListMethods inherited from class EnumSet
allOf, allOf, clearToUniverse, clearToUniverse, complementOf, containsAll, copyOf, getUniverse, isEmpty, nextEnum, nextEnum, nextOrdinal, noneOf, noneOf, of, of, parse, parse, parse, range, retainAll, toString, truncate, with, with, with, with, with, with, with, with, withMethods inherited from class AbstractCollection
toArray, toArrayMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface EnhancedCollection
add, add, add, 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
spliterator, toArray, toArray
-
Constructor Details
-
OrderedMapKeys
-
-
Method Details
-
iterator
Description copied from class:EnumLongMap.KeysReturns an iterator over the elements contained in this collection.
-