Class DigitsArrow<R>


  • public class DigitsArrow<R>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DigitsArrow​(int offset, KeyIndex<R> index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Pair<java.lang.String,​java.lang.Integer> get​(PrimitiveBundle bundle, R key, int digits)  
      • Methods inherited from class java.lang.Object

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

      • DigitsArrow

        public DigitsArrow​(int offset,
                           KeyIndex<R> index)
    • Method Detail

      • get

        public Pair<java.lang.String,​java.lang.Integer> get​(PrimitiveBundle bundle,
                                                                  R key,
                                                                  int digits)