jumbo.euclid
Class IntRangeVector

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.Vector
                    |
                    +--jumbo.euclid.IntRangeVector

public class IntRangeVector
extends java.util.Vector

a Vector of IntRanges - will be developed so that overlapping ranges can be merged or deleted.

See Also:
Serialized Form

Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
IntRangeVector()
           
 
Method Summary
 void addElement(IntRange ir)
           
 java.lang.String makeString()
           
 void sort()
          arrange the elements in order of ascending minimum Range value
 
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.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntRangeVector

public IntRangeVector()
Method Detail

addElement

public void addElement(IntRange ir)

sort

public void sort()
arrange the elements in order of ascending minimum Range value

makeString

public java.lang.String makeString()