|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.util.EfficientStringUtils
public class EfficientStringUtils
String utility methods designed for memory / cpu efficiency
| Constructor Summary | |
|---|---|
EfficientStringUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
endsWith(java.lang.String src,
java.lang.String... suffixes)
Test to see if a given string ends with some suffixes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EfficientStringUtils()
| Method Detail |
|---|
public static boolean endsWith(java.lang.String src,
java.lang.String... suffixes)
src - the source string to be testedsuffixes - the set of suffixes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||