com.googlecode.concurrenttrees.radix.node.util
Class NodeCharacterKey
java.lang.Object
com.googlecode.concurrenttrees.radix.node.util.NodeCharacterKey
- All Implemented Interfaces:
- NodeCharacterProvider
public class NodeCharacterKey
- extends Object
- implements 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.
- Author:
- Niall Gallagher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeCharacterKey
public NodeCharacterKey(Character character)
getIncomingEdgeFirstCharacter
public Character getIncomingEdgeFirstCharacter()
- Specified by:
getIncomingEdgeFirstCharacter in interface NodeCharacterProvider
Copyright © 2013. All Rights Reserved.