Class EnumIntOrderedMap.OrderedMapKeys
java.lang.Object
java.util.AbstractCollection<Enum<?>>
java.util.AbstractSet<Enum<?>>
com.github.tommyettinger.ds.EnumSet
com.github.tommyettinger.ds.EnumIntMap.Keys
com.github.tommyettinger.ds.EnumIntOrderedMap.OrderedMapKeys
- All Implemented Interfaces:
EnhancedCollection<Enum<?>>, Iterable<Enum<?>>, Collection<Enum<?>>, Set<Enum<?>>
- Enclosing class:
EnumIntOrderedMap
-
Nested Class Summary
Nested classes/interfaces inherited from class EnumSet
EnumSet.EnumSetIterator -
Field Summary
Fields inherited from class EnumIntMap.Keys
iter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EnumIntMap.Keys
add, addAll, addAll, appendInto, clear, contains, equals, hashCode, iterator, remove, removeAll, resetIterator, 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
-