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
ConstructorDescriptionReadOnlyValuesIterator
(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, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext
Methods inherited from interface org.apache.commons.collections4.OrderedIterator
hasPrevious
Methods inherited from interface org.apache.commons.collections4.ResettableIterator
reset