Package com.googlecode.concurrenttrees.radix.node.util
package com.googlecode.concurrenttrees.radix.node.util
-
ClassDescriptionWraps an
AtomicReferenceArrayto implement read-only methods of theListinterface.Specifies binary search compatibility, and sorting compatibility, of nodes based onNode.getIncomingEdgeFirstCharacter().A lightweight object which simply wraps aCharacterand 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.A super-interface of bothNodeandNodeCharacterKeywhich, by sharing this common interface, enables binary search of nodes viaCollections.binarySearch(java.util.List, Object, java.util.Comparator).Static utility methods useful when implementingNodes.An internal interface implemented by trees, which allows internal details of trees to be accessed byPrettyPrinter.