Class COM.ibm.jaws.motk.VectorRC
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.motk.VectorRC
java.lang.Object
|
+----COM.ibm.jaws.motk.BaseAO
|
+----COM.ibm.jaws.motk.BaseQC
|
+----COM.ibm.jaws.motk.BaseRC
|
+----COM.ibm.jaws.motk.VectorRC
- public class VectorRC
- extends BaseRC
-
VectorRC()
-
-
VectorRC(int)
-
-
evaluate(String, String)
-
-
externalizeToStream(OutputEDStream)
-
Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
-
insertElement(Object)
-
-
internalizeFromStream(InputEDStream)
-
Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
-
removeElement(Object)
-
VectorRC
public VectorRC()
VectorRC
public VectorRC(int expectedCapacity)
insertElement
public boolean insertElement(Object element)
- Overrides:
- insertElement in class BaseRC
removeElement
public void removeElement(Object element)
- Overrides:
- removeElement in class BaseRC
externalizeToStream
public void externalizeToStream(OutputEDStream out)
- Use this method to export the Manageable object's
essential data (ED) to a "sink" represented by an
OutputEDStream.
- Overrides:
- externalizeToStream in class BaseAO
internalizeFromStream
public void internalizeFromStream(InputEDStream in)
- Use this method to import the Manageable object's
essential data (ED) from a "source" represented by an
InputEDStream.
- Overrides:
- internalizeFromStream in class BaseAO
evaluate
public Iterator evaluate(String queryParameters,
String queryKey)
- Overrides:
- evaluate in class BaseQC
All Packages Class Hierarchy This Package Previous Next Index