public class DoubleConcat extends PrimitiveExtIterator.OfDouble
hasNext, isInit, next| Constructor and Description |
|---|
DoubleConcat(java.util.List<? extends PrimitiveIterator.OfDouble> iterators) |
DoubleConcat(PrimitiveIterator.OfDouble iterator1,
PrimitiveIterator.OfDouble iterator2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextIteration() |
hasNext, nextDoublenext, removepublic DoubleConcat(@NotNull
PrimitiveIterator.OfDouble iterator1,
@NotNull
PrimitiveIterator.OfDouble iterator2)
public DoubleConcat(@NotNull
java.util.List<? extends PrimitiveIterator.OfDouble> iterators)
protected void nextIteration()
nextIteration in class PrimitiveExtIterator.OfDouble