|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a collection of String
objects.
Method Summary | |
boolean |
equalsIgnoreCase(IStrings srcStrings)
Returns true if the specified IStrings object is equal to this object,
regardless of case. |
java.lang.String |
getString(int index)
Returns the String at the specified index.
|
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
public boolean equalsIgnoreCase(IStrings srcStrings)
Returns true
if the specified IStrings
object is equal to this object,
regardless of case. In other words, this method performs a case-insensitive equality test.
srcStrings
- The IStrings
object to be compared to.
true
if the specified IStrings
object is equal to this object,
and false
otherwise.public java.lang.String getString(int index)
Returns the String
at the specified index.
index
- The index of the desired String
.
String
at the specified index.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |