Class CharToIntMap.Node

  • Enclosing class:
    CharToIntMap

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

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

      Constructors 
      Constructor Description
      Node​(char 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​(char key,
                    int value)