Package | Description |
---|---|
com.sshtools.daemon.util |
Modifier and Type | Method and Description |
---|---|
boolean |
StringUtil.contains(java.lang.String[] strArray,
StringPattern pattern)
Returns whether or not a string can be found in the given string array
that matches the specified string pattern.
|
int |
StringUtil.indexOf(java.lang.String[] strArray,
StringPattern pattern)
Returns the index of the first string in the given string array that
matches the specified string pattern.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.