Package com.github.tommyettinger.ds
Class LongLongOrderedMap.OrderedMapValues
java.lang.Object
com.github.tommyettinger.ds.LongLongMap.Values
com.github.tommyettinger.ds.LongLongOrderedMap.OrderedMapValues
- All Implemented Interfaces:
PrimitiveCollection<Long>,PrimitiveCollection.OfLong
- Enclosing class:
- LongLongOrderedMap
-
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.OfShort -
Field Summary
Fields inherited from class com.github.tommyettinger.ds.LongLongMap.Values
iter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tommyettinger.ds.LongLongMap.Values
add, appendInto, clear, contains, iterator, remove, resetIterator, size, toList, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.tommyettinger.ds.PrimitiveCollection
equals, hashCode, 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, equalContents, first, forEach, removeAll, removeAll, removeAll, removeAll, removeEach, removeEach, removeEach, removeEach, removeIf, retainAll, retainAll, retainAll, toArray, toArray, toDenseString, toDenseString, toString, toString, toString
-
Constructor Details
-
OrderedMapValues
-