Class Heap


  • class Heap
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  Heap.HeapType  
    • Constructor Summary

      Constructors 
      Constructor Description
      Heap​(int max_size, Heap.HeapType type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private boolean cmp​(Feature left, Feature right)  
      (package private) void pop()  
      (package private) void push​(Feature node)  
      (package private) int size()  
      (package private) Feature top()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait