Class ObjectObjectOrderedMap.OrderedMapValues<K,V>
java.lang.Object
java.util.AbstractCollection<V>
com.github.tommyettinger.ds.ObjectObjectMap.Values<K,V>
com.github.tommyettinger.ds.ObjectObjectOrderedMap.OrderedMapValues<K,V>
- All Implemented Interfaces:
EnhancedCollection<V>, Iterable<V>, Collection<V>
- Enclosing class:
ObjectObjectOrderedMap<K,V>
public static class ObjectObjectOrderedMap.OrderedMapValues<K,V>
extends ObjectObjectMap.Values<K,V>
-
Field Summary
Fields inherited from class ObjectObjectMap.Values
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()Returns an iterator over the elements contained in this collection.Methods inherited from class ObjectObjectMap.Values
appendInto, size, toList, toStringMethods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray, 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
-
OrderedMapValues
-
-
Method Details
-
iterator
Description copied from class:ObjectObjectMap.ValuesReturns an iterator over the elements contained in this collection.- Specified by:
iteratorin interfaceCollection<K>- Specified by:
iteratorin interfaceIterable<K>- Overrides:
iteratorin classObjectObjectMap.Values<K,V> - Returns:
- an iterator over the elements contained in this collection
-