Package org.openjdk.asmtools.jasm
Class DataVector<T extends org.openjdk.asmtools.jasm.Data>
java.lang.Object
org.openjdk.asmtools.jasm.DataVector<T>
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addElement
(T element) org.openjdk.asmtools.jasm.Data
elementAt
(int k) int
iterator()
int
size()
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DataVector
public DataVector(int initSize) -
DataVector
public DataVector()
-
-
Method Details
-
iterator
-
add
-
addAll
-
getLength
public int getLength() -
write
- Throws:
IOException
-
writeElements
- Throws:
IOException
-
addElement
-
size
public int size() -
elementAt
public org.openjdk.asmtools.jasm.Data elementAt(int k)
-