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