Package com.drew.lang
Class ByteTrie.ByteTrieNode<T>
- java.lang.Object
-
- com.drew.lang.ByteTrie.ByteTrieNode<T>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.Byte,ByteTrie.ByteTrieNode<T>>_childrenprivate T_value
-
Constructor Summary
Constructors Constructor Description ByteTrieNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(T value)
-
-
-
Field Detail
-
_children
private final java.util.Map<java.lang.Byte,ByteTrie.ByteTrieNode<T>> _children
-
_value
private T _value
-
-
Method Detail
-
setValue
public void setValue(T value)
-
-