Class EntrySet.ViewingIterator<K,V>

java.lang.Object
org.ojalgo.type.keyvalue.EntrySet.ViewingIterator<K,V>
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
EntrySet<K,V>

static final class EntrySet.ViewingIterator<K,V> extends Object implements Iterator<Map.Entry<K,V>>
  • Field Details

  • Constructor Details

    • ViewingIterator

      ViewingIterator(EntrySet<K,V> set)
  • Method Details