Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getStringValue (0.05 sec)

  1. src/main/java/org/codelibs/core/text/Tokenizer.java

                ctype2[ch] = 0;
            }
        }
    
        /**
         * Returns the value of the string.
         *
         * @return The value of the string.
         */
        public String getStringValue() {
            return sval;
        }
    
        /**
         * Advances to the next token.
         *
         * @return The type of the token.
         */
        public int nextToken() {
            initVal();
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sat Jul 05 00:11:05 UTC 2025
    - 8.8K bytes
    - Viewed (0)
Back to top