Package com.github.tommyettinger.ds
Class EnumFloatOrderedMap.OrderedMapKeys
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Enum<?>>
com.github.tommyettinger.ds.EnumSet
com.github.tommyettinger.ds.EnumFloatMap.Keys
com.github.tommyettinger.ds.EnumFloatOrderedMap.OrderedMapKeys
- All Implemented Interfaces:
EnhancedCollection<Enum<?>>,Iterable<Enum<?>>,Collection<Enum<?>>,Set<Enum<?>>
- Enclosing class:
- EnumFloatOrderedMap
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.tommyettinger.ds.EnumSet
EnumSet.EnumSetIterator -
Field Summary
Fields inherited from class com.github.tommyettinger.ds.EnumFloatMap.Keys
iter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tommyettinger.ds.EnumFloatMap.Keys
add, addAll, addAll, appendInto, clear, contains, equals, hashCode, iterator, remove, removeAll, resetIterator, size, toEnumSet, toListMethods inherited from class com.github.tommyettinger.ds.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 java.util.AbstractCollection
toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface com.github.tommyettinger.ds.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 java.util.Set
spliterator, toArray, toArray
-
Constructor Details
-
OrderedMapKeys
-