Class Data.DecodedString

  • Enclosing class:
    Data

    public static final class Data.DecodedString
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end  
      int start  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodedString​(java.lang.String value, int start, int end)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        @NonNull
        public final java.lang.String value
      • start

        public final int start
      • end

        public final int end
    • Constructor Detail

      • DecodedString

        public DecodedString​(@Nullable
                             java.lang.String value,
                             int start,
                             int end)