morey.spore
Class NoDupsHeap

java.lang.Object
  |
  +--morey.spore.Heap
        |
        +--morey.spore.NoDupsHeap

public class NoDupsHeap
extends Heap

Here is a link to the source code

See Also:
Heap

Fields inherited from class morey.spore.Heap
data
 
Constructor Summary
NoDupsHeap()
           
 
Method Summary
 void add(Comparable value)
          Add a comparable to the heap
 
Methods inherited from class morey.spore.Heap
elements, first, isEmpty, leftChildOf, parentOf, percolateUp, pushDown, rebuild, remove, remove, rightChildOf, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoDupsHeap

public NoDupsHeap()
Method Detail

add

public void add(Comparable value)
Add a comparable to the heap
Overrides:
add in class Heap
Parameters:
value - is to be added to the heap