public interface Ints
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(IntConsumer intConsumer) |
int |
get(int index) |
int |
size() |
int size()
int get(int index)
void forEach(IntConsumer intConsumer)
Copyright © 2018. All rights reserved.