Package com.github.tommyettinger.ds
Class LongFloatOrderedMap.OrderedMapKeys
java.lang.Object
com.github.tommyettinger.ds.LongFloatMap.Keys
com.github.tommyettinger.ds.LongFloatOrderedMap.OrderedMapKeys
- All Implemented Interfaces:
PrimitiveCollection<Long>,PrimitiveCollection.OfLong,PrimitiveSet<Long>,PrimitiveSet.SetOfLong
- Enclosing class:
- LongFloatOrderedMap
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.tommyettinger.ds.PrimitiveCollection
PrimitiveCollection.OfBoolean, PrimitiveCollection.OfByte, PrimitiveCollection.OfChar, PrimitiveCollection.OfDouble, PrimitiveCollection.OfFloat, PrimitiveCollection.OfInt, PrimitiveCollection.OfLong, PrimitiveCollection.OfShortNested classes/interfaces inherited from interface com.github.tommyettinger.ds.PrimitiveSet
PrimitiveSet.SetOfChar, PrimitiveSet.SetOfInt, PrimitiveSet.SetOfLong -
Field Summary
Fields inherited from class com.github.tommyettinger.ds.LongFloatMap.Keys
iter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tommyettinger.ds.LongFloatMap.Keys
add, appendInto, clear, contains, equals, hashCode, iterator, remove, resetIterator, size, toList, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection
isEmpty, notEmptyMethods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection.OfLong
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 com.github.tommyettinger.ds.PrimitiveSet.SetOfLong
equalContents
-
Constructor Details
-
OrderedMapKeys
-