Class OnHeapHnswGraph.EntryNode

  • Enclosing class:
    OnHeapHnswGraph

    private static final class OnHeapHnswGraph.EntryNode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int level  
      private int node  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntryNode​(int node, int level)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • node

        private final int node
      • level

        private final int level
    • Constructor Detail

      • EntryNode

        private EntryNode​(int node,
                          int level)