Interface Chars

    • Method Detail

      • v

        char v​(int i)
        Value at index i
      • n

        int n()
        Length of the sequence
      • isEmpty

        boolean isEmpty()
      • first

        char first()
      • last

        char last()
      • copyTo

        void copyTo​(int i,
                    char[] dest,
                    int iDest,
                    int c)
      • copyTo

        void copyTo​(int i,
                    CharBuffer dest,
                    int c)
      • copyOf

        char[] copyOf​(int i,
                      int c)
      • copyOf

        char[] copyOf()
      • string

        String string​(int i,
                      int c)