Class ObjectObjectOrderedMap.OrderedMapKeys<K,V>
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
com.github.tommyettinger.ds.ObjectObjectMap.Keys<K,V>
com.github.tommyettinger.ds.ObjectObjectOrderedMap.OrderedMapKeys<K,V>
- All Implemented Interfaces:
EnhancedCollection<K>, Iterable<K>, Collection<K>, Set<K>
- Direct Known Subclasses:
CaseInsensitiveOrderedMap.CaseInsensitiveKeys
- Enclosing class:
ObjectObjectOrderedMap<K,V>
-
Field Summary
Fields inherited from class ObjectObjectMap.Keys
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()Returns an iterator over the elements contained in this collection.Methods inherited from class ObjectObjectMap.Keys
appendInto, contains, size, toList, toStringMethods inherited from class AbstractSet
equals, hashCode, 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
-
-
Method Details
-
iterator
Description copied from class:ObjectObjectMap.KeysReturns an iterator over the elements contained in this collection.
-