public class IntVector extends Object
| Constructor and Description |
|---|
IntVector(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int value) |
void |
clear() |
int |
size() |
String |
toString() |
int[] |
values() |
void |
write(SliceOutput sliceOutput) |
public int size()
public void clear()
public void add(int value)
public int[] values()
public void write(SliceOutput sliceOutput)
Copyright © 2011–2019. All rights reserved.