All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.util.QTVector
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.util.QTPointerRef
|
+----quicktime.util.QTVector
- public abstract class QTVector
- extends QTPointerRef
- implements QuickTimeLib
This class represents a Vector of uniform sized objects into a handle.
-
elements()
-
-
getSize()
- Returns the size of the QTPionter
-
isEmpty()
-
-
remove(int)
- remove element at specified position
-
removeAll()
-
-
size()
-
remove
public void remove(int pos) throws ArrayIndexOutOfBoundsException, UtilException
- remove element at specified position
isEmpty
public boolean isEmpty()
removeAll
public void removeAll() throws UtilException
getSize
public int getSize()
- Returns the size of the QTPionter
- Overrides:
- getSize in class QTPointerRef
size
public int size()
elements
public Enumeration elements()
All Packages Class Hierarchy This Package Previous Next Index