Package io.deephaven.chunk.util
Class ObjectChunkIterator<TYPE>
java.lang.Object
io.deephaven.chunk.util.ObjectChunkIterator<TYPE>
- All Implemented Interfaces:
Iterator<TYPE>
-
Constructor Summary
ConstructorDescriptionObjectChunkIterator
(@NotNull ObjectChunk<TYPE, ? extends Any> chunk) ObjectChunkIterator
(@NotNull ObjectChunk<TYPE, ? extends Any> chunk, int offset, int length) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
ObjectChunkIterator
-
ObjectChunkIterator
public ObjectChunkIterator(@NotNull @NotNull ObjectChunk<TYPE, ? extends Any> chunk, int offset, int length)
-
-
Method Details