Class RBBIPerf

java.lang.Object
com.ibm.icu.dev.test.perf.PerfTest
com.ibm.icu.dev.test.perf.RBBIPerf

public class RBBIPerf extends PerfTest
A class for testing UnicodeSet performance.
Since:
ICU 2.4
  • Field Details

  • Constructor Details

    • RBBIPerf

      public RBBIPerf()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • setup

      protected void setup(String[] args)
      Description copied from class: PerfTest
      Framework method. Default implementation does not parse any extra arguments. Subclasses may override this to parse extra arguments. Subclass implementations should NOT call the base class implementation.
      Overrides:
      setup in class PerfTest
    • testRBBINext

      PerfTest.Function testRBBINext()
    • testRBBIPrevious

      PerfTest.Function testRBBIPrevious()
    • testRBBIIsBoundary

      PerfTest.Function testRBBIIsBoundary()