public interface TPrimitiveIterator<T,S> extends Iterator<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
TPrimitiveIterator.OfDouble |
static interface |
TPrimitiveIterator.OfInt |
static interface |
TPrimitiveIterator.OfLong |
Modifier and Type | Method and Description |
---|---|
void |
forEachRemaining(S action) |
forEachRemaining, hasNext, next, remove
void forEachRemaining(S action)
Copyright © 2019. All rights reserved.