Class ByteToIntMap.Node

  • Enclosing class:
    ByteToIntMap

    private static class ByteToIntMap.Node
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte key  
      (package private) ByteToIntMap.Node next  
      (package private) int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(byte key, int value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Node

        public Node​(byte key,
                    int value)