Package org.jpmml.evaluator
Class TokenizedString
- java.lang.Object
-
- org.jpmml.evaluator.TokenizedString
-
public class TokenizedString extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static TokenizedStringEMPTY
-
Constructor Summary
Constructors Constructor Description TokenizedString(String... tokens)TokenizedString(List<String> tokens)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Stringget(int i)String[]getTokens()inthashCode()intsize()TokenizedStringslice(int fromIndex, int toIndex)
-
-
-
Field Detail
-
EMPTY
public static final TokenizedString EMPTY
-
-
Method Detail
-
size
public int size()
-
get
public String get(int i)
-
slice
public TokenizedString slice(int fromIndex, int toIndex)
-
getTokens
public String[] getTokens()
-
-