public interface IntIterator extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
static IntIterator |
create(int[] ints) |
int |
next() |
static List<Integer> |
toIntList(IntIterator input) |
static int[] |
toInts(IntIterator input) |
int next() throws IOException
IOExceptionstatic int[] toInts(IntIterator input)
static List<Integer> toIntList(IntIterator input)
static IntIterator create(int[] ints)
Copyright © 2023 The Apache Software Foundation. All rights reserved.