Package io.jmix.core.common.collections
Class ReadOnlyLinkedMapValuesView.LinkedMapValuesIteratorProvider.ReadOnlyValuesIterator<V>
java.lang.Object
io.jmix.core.common.collections.ReadOnlyLinkedMapValuesView.LinkedMapValuesIteratorProvider.ReadOnlyValuesIterator<V>
- All Implemented Interfaces:
Iterator<V>,org.apache.commons.collections4.OrderedIterator<V>,org.apache.commons.collections4.ResettableIterator<V>
- Enclosing class:
- ReadOnlyLinkedMapValuesView.LinkedMapValuesIteratorProvider
protected static class ReadOnlyLinkedMapValuesView.LinkedMapValuesIteratorProvider.ReadOnlyValuesIterator<V>
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyValuesIterator(org.apache.commons.collections4.map.AbstractLinkedMap<?, V> parent) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNextMethods inherited from interface org.apache.commons.collections4.OrderedIterator
hasPreviousMethods inherited from interface org.apache.commons.collections4.ResettableIterator
reset