Package org.ojalgo.type.keyvalue
Class EntrySet.ViewingIterator<K,V>
- java.lang.Object
-
- org.ojalgo.type.keyvalue.EntrySet.ViewingIterator<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description private int
myLastIndex
private 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 boolean
hasNext()
java.util.Map.Entry<K,V>
next()
-
-
-
Field Detail
-
myLastIndex
private final int myLastIndex
-
myView
private final EntrySet.EntryView<K,V> myView
-
-