java.lang.Object
io.deephaven.extensions.barrage.util.FlatBufferIteratorAdapter<T>
- All Implemented Interfaces:
Iterator<T>
public class FlatBufferIteratorAdapter<T>
extends Object
implements Iterator<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FlatBufferIteratorAdapter
public FlatBufferIteratorAdapter(int length,
IntFunction<T> getNext)
-