Interface RichSequence

    • Method Detail

      • of

        static RichSequence of​(java.lang.CharSequence charSequence)
      • of

        static RichSequence of​(java.lang.CharSequence charSequence,
                               int startIndex)
      • of

        static RichSequence of​(java.lang.CharSequence charSequence,
                               int startIndex,
                               int endIndex)
      • ofSpaces

        @NotNull
        static @NotNull RichSequence ofSpaces​(int count)
      • repeatOf

        @NotNull
        static @NotNull RichSequence repeatOf​(char c,
                                              int count)
      • repeatOf

        @NotNull
        static @NotNull RichSequence repeatOf​(@NotNull
                                              @NotNull java.lang.CharSequence chars,
                                              int count)
      • repeatOf

        @NotNull
        static @NotNull RichSequence repeatOf​(@NotNull
                                              @NotNull java.lang.CharSequence chars,
                                              int startIndex,
                                              int endIndex)