public interface IntIterator extends Closeable
Modifier and Type | Method and Description |
---|---|
static IntIterator |
create(int[] ints) |
int |
next() |
static List<Integer> |
toIntList(IntIterator input) |
static int[] |
toInts(IntIterator input) |
int next() throws IOException
IOException
static int[] toInts(IntIterator input)
static List<Integer> toIntList(IntIterator input)
static IntIterator create(int[] ints)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.