Class CollationKeys.LevelCallback

java.lang.Object
com.ibm.icu.impl.coll.CollationKeys.LevelCallback
Enclosing class:
CollationKeys

public static class CollationKeys.LevelCallback extends Object
  • Constructor Details

    • LevelCallback

      public LevelCallback()
  • Method Details

    • needToWrite

      boolean needToWrite(int level)
      Parameters:
      level - The next level about to be written to the ByteSink.
      Returns:
      true if the level is to be written (the base class implementation always returns true)