org.apache.xalan.utils
Class Heap

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.Vector
                    |
                    +--org.apache.xalan.utils.Heap

public class Heap
extends java.util.Vector

See Also:
Serialized Form

Constructor Summary
Heap()
           
 
Method Summary
 void insert(HeapObject obj)
           
 HeapObject remove()
           
 
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, 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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Heap

public Heap()
Method Detail

insert

public void insert(HeapObject obj)

remove

public HeapObject remove()


Copyright © 2000 Apache XML Project. All Rights Reserved.