Class JoinedCharSequence

java.lang.Object
com.fastasyncworldedit.core.util.JoinedCharSequence
All Implemented Interfaces:
CharSequence

@Deprecated(forRemoval=true, since="2.5.1") public class JoinedCharSequence extends Object implements CharSequence
Deprecated, for removal: This API element is subject to removal in a future version.
Unused, will be removed in the future. Use String concatenation instead.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    char
    charAt(int index)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    init(String a, char join, String b)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    subSequence(int start, int end)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.CharSequence

    chars, codePoints, isEmpty
  • Constructor Details

    • JoinedCharSequence

      public JoinedCharSequence()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • init

      public JoinedCharSequence init(String a, char join, String b)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • length

      public int length()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      length in interface CharSequence
    • charAt

      public char charAt(int index)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      charAt in interface CharSequence
    • subSequence

      public CharSequence subSequence(int start, int end)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      subSequence in interface CharSequence
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      toString in interface CharSequence
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object