public class IntList
extends java.lang.Object
| Constructor and Description |
|---|
IntList() |
IntList(int initialCapacity) |
IntList(int[] start) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i) |
void |
clear() |
boolean |
contains(int i) |
int |
get(int i) |
void |
set(int i,
int value) |
int |
size() |
int[] |
toIntArray() |
Copyright © 2001-2022 JRuby. All Rights Reserved.