Class IntAVLTree.NodeAllocator

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    IntAVLTree

    private static class IntAVLTree.NodeAllocator
    extends java.lang.Object
    implements java.io.Serializable
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeAllocator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int newNode()  
      (package private) void release​(int node)  
      (package private) int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeAllocator

        NodeAllocator()
    • Method Detail

      • newNode

        int newNode()
      • release

        void release​(int node)
      • size

        int size()