Class CollationKeys.SortKeyLevel

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

private static final class CollationKeys.SortKeyLevel extends Object
  • Field Details

    • INITIAL_CAPACITY

      private static final int INITIAL_CAPACITY
      See Also:
    • buffer

      byte[] buffer
    • len

      int len
  • Constructor Details

    • SortKeyLevel

      SortKeyLevel()
  • Method Details

    • isEmpty

      boolean isEmpty()
    • length

      int length()
    • getAt

      byte getAt(int index)
    • data

      byte[] data()
    • appendByte

      void appendByte(int b)
    • appendWeight16

      void appendWeight16(int w)
    • appendWeight32

      void appendWeight32(long w)
    • appendReverseWeight16

      void appendReverseWeight16(int w)
    • appendTo

      void appendTo(CollationKeys.SortKeyByteSink sink)
    • ensureCapacity

      private boolean ensureCapacity(int appendCapacity)