Package mondrian.util
Class UnsupportedList.ItrUnknownSize
- java.lang.Object
-
- mondrian.util.UnsupportedList.Itr
-
- mondrian.util.UnsupportedList.ItrUnknownSize
-
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- UnsupportedList<T>
protected class UnsupportedList.ItrUnknownSize extends UnsupportedList.Itr
Iterator for arrays of a priori unknown size.
-
-
Field Summary
-
Fields inherited from class mondrian.util.UnsupportedList.Itr
cursor, lastRet
-
-
Constructor Summary
Constructors Constructor Description ItrUnknownSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
-
Methods inherited from class mondrian.util.UnsupportedList.Itr
next, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<T>
- Overrides:
hasNext
in classUnsupportedList.Itr
-
-