com.macromedia.generator.app
Class GenVector

java.lang.Object
  |
  +--com.macromedia.generator.app.GenVector

public class GenVector
extends java.lang.Object


Field Summary
(package private)  java.util.Vector FE
           
 
Constructor Summary
GenVector()
           
GenVector(int i)
           
GenVector(int i, int j)
           
 
Method Summary
 GenObject add(GenObject genobject)
           
protected  void finalize()
           
 void release()
           
 void release(GenObject genobject)
           
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FE

java.util.Vector FE
Constructor Detail

GenVector

public GenVector()

GenVector

public GenVector(int i)

GenVector

public GenVector(int i,
                 int j)
Method Detail

add

public GenObject add(GenObject genobject)

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object

release

public void release()

release

public void release(GenObject genobject)