Class Bzip2DivSufSort.TRBudget

  • Enclosing class:
    Bzip2DivSufSort

    private static class Bzip2DivSufSort.TRBudget
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int budget  
      (package private) int chance  
    • Constructor Summary

      Constructors 
      Constructor Description
      TRBudget​(int budget, int chance)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean update​(int size, int n)  
      • Methods inherited from class java.lang.Object

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

      • budget

        int budget
      • chance

        int chance
    • Constructor Detail

      • TRBudget

        TRBudget​(int budget,
                 int chance)
    • Method Detail

      • update

        boolean update​(int size,
                       int n)