Class DataVector<T extends DataWriter>
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
elements
ArrayList<T extends DataWriter> 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
-