Package org.openjdk.asmtools.jasm
Class DataVector<T extends Data>
java.lang.Object
org.openjdk.asmtools.jasm.DataVector<T>
- All Implemented Interfaces:
Iterable<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addElement
(T element) 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
-
Field Details
-
elements
-
-
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
-