Package mondrian.util
Class UnsupportedList.ItrUnknownSize
- java.lang.Object
-
- mondrian.util.UnsupportedList.Itr
-
- mondrian.util.UnsupportedList.ItrUnknownSize
-
- All Implemented Interfaces:
java.util.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
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<T>
- Overrides:
hasNext
in classUnsupportedList.Itr
-
-