Package 

Class RadixTreeCache


  • 
    public final class RadixTreeCache<T>
    
                        

    Sparse cache of values associated with a small integer

    • Constructor Summary

      Constructors 
      Constructor Description
      RadixTreeCache(int level1, int level2, IntFunction<T> mapper, Array<int> commonValues)
    • Method Summary

      Modifier and Type Method Description
      T get(int primitive)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RadixTreeCache

        RadixTreeCache(int level1, int level2, IntFunction<T> mapper, Array<int> commonValues)
    • Method Detail

      • get

         T get(int primitive)