org.zilonis.util
Class SkewHeap<Element extends BinaryTree<Element>>

java.lang.Object
  extended by org.zilonis.util.SkewHeap<Element>

public class SkewHeap<Element extends BinaryTree<Element>>
extends java.lang.Object


Field Summary
protected  int count
           
 
Constructor Summary
SkewHeap()
           
 
Method Summary
 void add(Element element)
           
 void clear()
           
 boolean isEmpty()
           
 Element next()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

protected int count
Constructor Detail

SkewHeap

public SkewHeap()
Method Detail

next

public Element next()

add

public void add(Element element)

size

public int size()

clear

public void clear()

isEmpty

public boolean isEmpty()