-
public final class RadixTreeCache<T>Sparse cache of values associated with a small integer
-
-
Field Summary
Fields Modifier and Type Field Description public final static intUNSET_STATUSpublic final static RadixTreeCache<UTF8BytesString>HTTP_STATUSESpublic final static intUNSET_PORTpublic final static RadixTreeCache<Integer>PORTS
-
Constructor Summary
Constructors Constructor Description RadixTreeCache(int level1, int level2, IntFunction<T> mapper, Array<int> commonValues)
-