Class RuleBasedCollator.CollationKeyByteSink

java.lang.Object
com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
com.ibm.icu.text.RuleBasedCollator.CollationKeyByteSink
Enclosing class:
RuleBasedCollator

private static final class RuleBasedCollator.CollationKeyByteSink extends CollationKeys.SortKeyByteSink
  • Field Details

  • Constructor Details

  • Method Details

    • AppendBeyondCapacity

      protected void AppendBeyondCapacity(byte[] bytes, int start, int n, int length)
      Specified by:
      AppendBeyondCapacity in class CollationKeys.SortKeyByteSink
      Parameters:
      bytes - the array of byte
      start - the start index within the array to be appended
      n - the length of bytes to be appended
      length - the length of buffer required to store the entire data (i.e. already appended bytes + bytes to be appended by this method)
    • Resize

      protected boolean Resize(int appendCapacity, int length)
      Specified by:
      Resize in class CollationKeys.SortKeyByteSink