Class ObjectIntOrderedMap.OrderedMapValues<K>
java.lang.Object
com.github.tommyettinger.ds.ObjectIntMap.Values<K>
com.github.tommyettinger.ds.ObjectIntOrderedMap.OrderedMapValues<K>
- All Implemented Interfaces:
PrimitiveCollection<Integer>, PrimitiveCollection.OfInt
- Enclosing class:
ObjectIntOrderedMap<K>
-
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.OfShort -
Field Summary
Fields inherited from class ObjectIntMap.Values
iter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ObjectIntMap.Values
add, appendInto, clear, contains, iterator, remove, resetIterator, size, toList, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface PrimitiveCollection
equals, hashCode, 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, 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
-