Class CollationKeys.LevelCallback

  • Enclosing class:
    CollationKeys

    public static class CollationKeys.LevelCallback
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LevelCallback()  
    • Method Summary

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

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

      • LevelCallback

        public LevelCallback()
    • Method Detail

      • 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)