public abstract class RandomInputStreamAdaptor<E> extends java.lang.Object implements java.util.Iterator<RandomAccessInputStream>
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected E[] |
input |
Constructor and Description |
---|
RandomInputStreamAdaptor(E[] streams) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
protected E[] input
protected int index
public RandomInputStreamAdaptor(E[] streams)
public boolean hasNext()
hasNext
in interface java.util.Iterator<RandomAccessInputStream>