Class NodeCharacterKey
- java.lang.Object
-
- com.googlecode.concurrenttrees.radix.node.util.NodeCharacterKey
-
- All Implemented Interfaces:
NodeCharacterProvider
public class NodeCharacterKey extends java.lang.Object implements NodeCharacterProvider
A lightweight object which simply wraps aCharacter
and implementsNodeCharacterProvider
, 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 Modifier and Type Field Description private java.lang.Character
character
-
Constructor Summary
Constructors Constructor Description NodeCharacterKey(java.lang.Character character)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Character
getIncomingEdgeFirstCharacter()
-
-
-
Method Detail
-
getIncomingEdgeFirstCharacter
public java.lang.Character getIncomingEdgeFirstCharacter()
- Specified by:
getIncomingEdgeFirstCharacter
in interfaceNodeCharacterProvider
-
-