Class Hasher.NodeFactor<T>

  • Enclosing class:
    Hasher<T>

    public static class Hasher.NodeFactor<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeFactor​(T node, int load)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLoad()  
      T getNode()  
      • Methods inherited from class java.lang.Object

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

      • NodeFactor

        public NodeFactor​(T node,
                          int load)
    • Method Detail

      • getNode

        public final T getNode()
      • getLoad

        public final int getLoad()