Class ByteToIntMap.Node
- java.lang.Object
-
- ch.randelshofer.fastdoubleparser.bte.ByteToIntMap.Node
-
- Enclosing class:
- ByteToIntMap
private static class ByteToIntMap.Node extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) bytekey(package private) ByteToIntMap.Nodenext(package private) intvalue
-
Constructor Summary
Constructors Constructor Description Node(byte key, int value)
-
-
-
Field Detail
-
key
byte key
-
value
int value
-
next
ByteToIntMap.Node next
-
-