Class ObjectLongOrderedMap.OrderedMapKeys<K>
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
com.github.tommyettinger.ds.ObjectLongMap.Keys<K>
com.github.tommyettinger.ds.ObjectLongOrderedMap.OrderedMapKeys<K>
- All Implemented Interfaces:
EnhancedCollection<K>, Iterable<K>, Collection<K>, Set<K>
- Enclosing class:
ObjectLongOrderedMap<K>
-
Field Summary
Fields inherited from class ObjectLongMap.Keys
iter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ObjectLongMap.Keys
appendInto, contains, hashCode, iterator, resetIterator, size, toList, toStringMethods inherited from class AbstractSet
equals, removeAllMethods inherited from class AbstractCollection
add, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArrayMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface EnhancedCollection
add, add, add, addAll, 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, toString
-
Constructor Details
-
OrderedMapKeys
-