Sky View Café - Java

org.shetline.gui
Class KGridBagLayout.DoubleVector

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<Double>
              extended by org.shetline.gui.KGridBagLayout.DoubleVector
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Double>, Collection<Double>, List<Double>, RandomAccess
Enclosing class:
KGridBagLayout

protected static class KGridBagLayout.DoubleVector
extends Vector<Double>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
protected KGridBagLayout.DoubleVector()
           
 
Method Summary
 Double get(int index)
           
 Double set(int index, Double element)
           
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
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

KGridBagLayout.DoubleVector

protected KGridBagLayout.DoubleVector()
Method Detail

set

public Double set(int index,
                  Double element)
Specified by:
set in interface List<Double>
Overrides:
set in class Vector<Double>

get

public Double get(int index)
Specified by:
get in interface List<Double>
Overrides:
get in class Vector<Double>

Sky View Café - Java