public class IntArrayList extends Object
ArrayList<Integer> for restricted use cases.| Constructor and Description | 
|---|
| IntArrayList() | 
| IntArrayList(int value) | 
| IntArrayList(int[] values) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | appendValue(int value) | 
| int[] | extractValues()Returns the underlying array of offsets. | 
| int[] | extractValues(boolean trim) | 
| int | get(int index) | 
| int | size() | 
| String | toString() | 
public IntArrayList()
public IntArrayList(int value)
public IntArrayList(int[] values)
public int size()
public void appendValue(int value)
public int[] extractValues()
public int get(int index)
public int[] extractValues(boolean trim)
Copyright © 2021 The Apache Software Foundation. All rights reserved.