| Constructor and Description |
|---|
DataVector() |
DataVector(int initSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T element) |
void |
addAll(List<T> collection) |
void |
addElement(T element) |
org.openjdk.asmtools.jasm.Data |
elementAt(int k) |
int |
getLength() |
Iterator<T> |
iterator() |
int |
size() |
void |
write(CheckedDataOutputStream out) |
void |
writeElements(CheckedDataOutputStream out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(T element)
public int getLength()
public void write(CheckedDataOutputStream out) throws IOException
IOExceptionpublic void writeElements(CheckedDataOutputStream out) throws IOException
IOExceptionpublic void addElement(T element)
public int size()
public org.openjdk.asmtools.jasm.Data elementAt(int k)
Copyright © 2021. All Rights Reserved.