Class NodeCharacterKey
java.lang.Object
com.googlecode.concurrenttrees.radix.node.util.NodeCharacterKey
- All Implemented Interfaces:
NodeCharacterProvider
A lightweight object which simply wraps a
Character
and implements NodeCharacterProvider
, which
can be used as a key to locate a node having the same edge first character in a list of nodes using binary search.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
character
-
-
Constructor Details
-
NodeCharacterKey
-
-
Method Details
-
getIncomingEdgeFirstCharacter
- Specified by:
getIncomingEdgeFirstCharacter
in interfaceNodeCharacterProvider
-