| Modifier and Type | Method and Description |
|---|---|
boolean |
blank() |
boolean |
contains(CharSequence content) |
boolean |
empty() |
boolean |
endsWith(String suffix) |
boolean |
equalsTo(CharSequence content) |
boolean |
integer() |
boolean |
numeric() |
boolean |
startsWith(String prefix) |
boolean |
startsWith(String prefix,
int toffset) |
boolean |
wrappedWith(Lang.Tuple<String,String> wrapper) |
boolean |
wrappedWith(String left,
String right) |
public boolean empty()
public boolean blank()
public boolean contains(CharSequence content)
public boolean startsWith(String prefix, int toffset)
public boolean startsWith(String prefix)
public boolean endsWith(String suffix)
public boolean equalsTo(CharSequence content)
public boolean numeric()
public boolean integer()
public boolean wrappedWith(Lang.Tuple<String,String> wrapper)
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.