List of usage examples for java.util Vector subclass-usage
From source file TreeArraySample.java
class NamedVector extends Vector { String name; public NamedVector(String name) { this.name = name; }
From source file ca.uqac.info.buffertannen.message.BitSequence.java
/**
* Representation of a sequence of bits. This sequence can be converted
* to/from an array of bytes.
*
* @author sylvain
*
From source file com.sshtools.common.mru.MRUList.java
/**
*
*
* @author $author$
* @version $Revision: 1.6 $
*/
From source file fr.gael.ccsds.sip.ContentUnit.java
/**
* A class denoting a content unit of a SIP information package map section.
* Content Unit may have children Content Units.
*
* @see {@link Sip} class
*/
From source file ComponentHier.java
class NamedVector extends Vector { String name; public NamedVector(String name) { this.name = name; }
From source file BeanVector.java
/** This is an extension of Vector that provides some handy utilities for working with JavaBeans.
* Includes basic statistical information, page chunking and storing and can also be used as a manager for
* indexed properies and supports PropertyChangeEvents.
*
* @version $Rev: 79 $
* @author <a href="cooper@screaming-penguin.com">Robert Cooper</a>
From source file BookTree.java
class NamedVector extends Vector { String name; public NamedVector(String name) { this.name = name; }
From source file CheckBoxNodeTreeSample.java
class NamedVector extends Vector { String name; public NamedVector(String name) { this.name = name; }
From source file Main.java
class NamedVector extends Vector { String name; public NamedVector(String name) { this.name = name; }
From source file org.feistymeow.dragdrop.ListTransferable.java
/**
* Implements a transferable object that understands URI lists as well as java file lists. This is
* useful for implementing file drag and drop that will work across different platforms (such as
* Gnome on Linux).
*
* @author Chris Koeritz