パッケージ twitter4j

クラス CharacterUtil

java.lang.Object
twitter4j.CharacterUtil

public final class CharacterUtil extends Object
導入されたバージョン:
Twitter4J 2.1.2
  • フィールド詳細

  • メソッドの詳細

    • count

      public static int count(String text)
      Counts the length of the tweet
      パラメータ:
      text - tweet to be counted
      戻り値:
      the length of the tweet
    • isExceedingLengthLimitation

      public static boolean isExceedingLengthLimitation(String text)
      Returns true if the length of the string is exceeding length limitation
      パラメータ:
      text - String to be examined
      戻り値:
      if the length of the string is exceeding length limitation