Interface NumberRangePrefixTree.UnitNRShape

    • Method Detail

      • getLevel

        int getLevel()
        Get the prefix tree level, the higher the more precise. 0 means the world (universe).
      • getValAtLevel

        int getValAtLevel​(int level)
        Gets the value at the specified level of this unit. level must be >= 0 and <= getLevel().
      • getShapeAtLevel

        NumberRangePrefixTree.UnitNRShape getShapeAtLevel​(int level)
        Gets an ancestor at the specified level. It shares state, so you may want to clone() it.