protected static class Responses.PingDataIterator extends java.lang.Object implements java.util.Iterator<PingData>
protected PingData[]
data
protected int
end_index
index
Responses.PingDataIterator(PingData[] data, int end_index)
boolean
hasNext()
PingData
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final PingData[] data
protected final int end_index
protected int index
public Responses.PingDataIterator(PingData[] data, int end_index)
public boolean hasNext()
hasNext
java.util.Iterator<PingData>
public PingData next()
next
public void remove()
remove