Package com.googlecode.concurrenttrees.radix.node.concrete
package com.googlecode.concurrenttrees.radix.node.concrete
-
ClassesClassDescriptionA
NodeFactorywhich createsNodeobjects which store incoming edge characters as a byte array inside the node.ANodeFactorywhich creates various implementations ofNodeobjects all of which store incoming edge characters as a character array inside the node.ANodeFactorywhich creates various implementations ofNodeobjects all of which store incoming edge characters as aCharSequence(a view onto the original key) rather than copying the edge into a character array.ANodeFactorywhich internally usesDefaultByteArrayNodeFactoryto create nodes by default (which can reduce memory overhead), but falls back toDefaultCharArrayNodeFactoryif characters are detected which cannot be represented as a single byte.