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

    Constructors
    Constructor
    Description
    ReadOnlyValuesIterator(org.apache.commons.collections4.map.AbstractLinkedMap<?,V> parent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    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
  • Constructor Details

    • ReadOnlyValuesIterator

      public ReadOnlyValuesIterator(org.apache.commons.collections4.map.AbstractLinkedMap<?,V> parent)
  • Method Details

    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<V>