Interface CharArrayExternalizable

    • Method Detail

      • getChars

        void getChars​(int start,
                      int end,
                      @NotNull
                      char[] dest,
                      int destPos)
        Copies own character sub-sequence to the given array
        Parameters:
        start - the index where to start taking chars from in this sequence
        end - the index where to end taking chars in this sequence
        dest - the array to put characters into
        destPos - the index where to put the characters in the dest array