Class ByteToIntMap.Node

java.lang.Object
ch.randelshofer.fastdoubleparser.bte.ByteToIntMap.Node
Enclosing class:
ByteToIntMap

private static class ByteToIntMap.Node extends Object
  • Field Details

  • Constructor Details

    • Node

      public Node(byte key, int value)