Class IntFloatOrderedMap.OrderedMapKeys
java.lang.Object
com.github.tommyettinger.ds.IntFloatMap.Keys
com.github.tommyettinger.ds.IntFloatOrderedMap.OrderedMapKeys
- All Implemented Interfaces:
PrimitiveCollection<Integer>, PrimitiveCollection.OfInt, PrimitiveSet<Integer>, PrimitiveSet.SetOfInt
- Enclosing class:
IntFloatOrderedMap
-
Nested Class Summary
Nested classes/interfaces inherited from interface PrimitiveCollection
PrimitiveCollection.OfBoolean, PrimitiveCollection.OfByte, PrimitiveCollection.OfChar, PrimitiveCollection.OfDouble, PrimitiveCollection.OfFloat, PrimitiveCollection.OfInt, PrimitiveCollection.OfLong, PrimitiveCollection.OfShortNested classes/interfaces inherited from interface PrimitiveSet
PrimitiveSet.SetOfChar, PrimitiveSet.SetOfInt, PrimitiveSet.SetOfLong -
Field Summary
Fields inherited from class IntFloatMap.Keys
iter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IntFloatMap.Keys
add, appendInto, clear, contains, equals, hashCode, iterator, remove, resetIterator, size, toList, toStringMethods inherited from interface PrimitiveCollection
isEmpty, notEmptyMethods inherited from interface PrimitiveCollection.OfInt
addAll, addAll, addAll, addAll, addDense, addDense, addLegible, addLegible, addVarargs, appendTo, appendTo, containsAll, containsAll, containsAll, containsAll, containsAny, containsAny, containsAny, containsAny, denseAppendTo, first, forEach, removeAll, removeAll, removeAll, removeAll, removeEach, removeEach, removeEach, removeEach, removeIf, retainAll, retainAll, retainAll, toArray, toArray, toDenseString, toDenseString, toString, toString, toStringMethods inherited from interface PrimitiveSet.SetOfInt
equalContents
-
Constructor Details
-
OrderedMapKeys
-