Class EntrySet.EntryView<K,V>

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

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

    • mySet

      private final EntrySet<K,V> mySet
    • index

      int index
  • Constructor Details

  • Method Details