- java.lang.Object
-
- org.ojalgo.type.keyvalue.EntrySet.ViewingIterator<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description private intmyLastIndexprivate EntrySet.EntryView<K,V>myView
-
Constructor Summary
Constructors Constructor Description ViewingIterator(EntrySet<K,V> set)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.util.Map.Entry<K,V>next()
-
-
-
Field Detail
-
myLastIndex
private final int myLastIndex
-
myView
private final EntrySet.EntryView<K,V> myView
-
-