public interface IndexedInts extends HotLoopCallee
Iterable (or IntIterable to avoid accidential
for-each iteration with boxing.| Modifier and Type | Method and Description |
|---|---|
default void |
forEach(IntConsumer action) |
int |
get(int index) |
int |
size() |
inspectRuntimeShape@CalledFromHotLoop int size()
@CalledFromHotLoop int get(int index)
default void forEach(IntConsumer action)
Copyright © 2011–2018. All rights reserved.