T
- public class ThrottledIterator<T> extends Object implements Iterator<T>, Serializable
Constructor and Description |
---|
ThrottledIterator(Iterator<T> source,
long elementsPerSecond) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.