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, waitforEachRemainingCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.