Class CharToIntMap.Node

java.lang.Object
ch.randelshofer.fastdoubleparser.chr.CharToIntMap.Node
Enclosing class:
CharToIntMap

private static class CharToIntMap.Node extends Object
  • Field Details

  • Constructor Details

    • Node

      public Node(char key, int value)