T
public class RandomIterator<T> extends Object implements Iterator<T>
RandomIterator(Iterator<T> internalIterator, double switchProbability)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RandomIterator(Iterator<T> internalIterator, double switchProbability)
internalIterator
switchProbability
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.