mondrian.util
Class UnsupportedList.ItrUnknownSize

java.lang.Object
  extended by mondrian.util.UnsupportedList.Itr
      extended by 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
UnsupportedList.ItrUnknownSize()
           
 
Method Summary
 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
 

Constructor Detail

UnsupportedList.ItrUnknownSize

public UnsupportedList.ItrUnknownSize()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T>
Overrides:
hasNext in class UnsupportedList.Itr

SourceForge.net_Logo