ariba.util.core
Class StringUtil.SearchResult
java.lang.Object
ariba.util.core.StringUtil.SearchResult
- Enclosing class:
- StringUtil
public static class StringUtil.SearchResult
- extends Object
Small struct class that captures the result of search for a string
within some other unidentified string or stream.
|
Field Summary |
String |
found
The string that was found. |
int |
index
The position at which the found string was found. |
found
public String found
- The string that was found.
index
public int index
- The position at which the
found string was found.
StringUtil.SearchResult
public StringUtil.SearchResult(String found,
int index)
- Constructs a new instance.
toString
public String toString()
- Overrides:
toString in class Object
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.