Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.util
Class FlexVector  view FlexVector download FlexVector.java

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.Vector
              extended bycom.flexstor.common.util.FlexVector
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.lang.Iterable, java.util.List, java.util.RandomAccess, java.io.Serializable

public class FlexVector
extends java.util.Vector

This class is merely a class as an interface between java.util.vector and potentially derived classes. As of now, FlexVector does not implement any methods.


Nested Class Summary
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
FlexVector()
          Constructor documentation identical to java.util.vector
FlexVector(int initialCapacity)
           
FlexVector(int initialCapacity, int capacityIncrement)
           
 
Method Summary
 void addElements(java.lang.Object[] obj)
           
 void addVector(java.util.Vector vect)
          Adds the elements of a Vector as Elements to this Vector (as opposed to adding the entire vector as one element
 void setElements(java.lang.Object[] obj)
           
 java.lang.String[] toStringArray()
          toStringArray Uses copyInto to copy items into a String array all items are copied
 java.lang.String[] toStringArray(boolean filter)
          toStringArray
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.util.AbstractCollection
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

FlexVector

public FlexVector()
Constructor documentation identical to java.util.vector


FlexVector

public FlexVector(int initialCapacity)

FlexVector

public FlexVector(int initialCapacity,
                  int capacityIncrement)
Method Detail

addElements

public void addElements(java.lang.Object[] obj)

setElements

public void setElements(java.lang.Object[] obj)

addVector

public void addVector(java.util.Vector vect)
Adds the elements of a Vector as Elements to this Vector (as opposed to adding the entire vector as one element


toStringArray

public final java.lang.String[] toStringArray()
toStringArray Uses copyInto to copy items into a String array all items are copied


toStringArray

public final java.lang.String[] toStringArray(boolean filter)
toStringArray