com.cometway.util
Interface IHeapItem


public interface IHeapItem

This interface defines a HeapItem.


Method Summary
 boolean greaterThan(IHeapItem item)
          Every IHeapItem must provide a way to determine its order when compared to another IHeapItem.
 

Method Detail

greaterThan

boolean greaterThan(IHeapItem item)
Every IHeapItem must provide a way to determine its order when compared to another IHeapItem.