Class PrivateMaxEntriesMap.ValueIterator
java.lang.Object
tools.jackson.databind.util.internal.PrivateMaxEntriesMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
PrivateMaxEntriesMap<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) PrivateMaxEntriesMap.Node<K, V> (package private) final Iterator<PrivateMaxEntriesMap.Node<K, V>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
iterator
-
current
PrivateMaxEntriesMap.Node<K,V> current
-
-
Constructor Details
-
ValueIterator
ValueIterator()
-
-
Method Details
-
hasNext
-
next
-
remove
-