Package com.storedobject.common
Interface ContentSearch
public interface ContentSearch
An interface that helps search for value(s) using a string pattern.
- Author:
- Syam
-
Method Summary
-
Method Details
-
search
-
searchNext
Continues the search for a value that matches the specified string pattern, starting from the given object.- Parameters:
pattern- the string pattern used for the search.from- the object from which to continue the search.- Returns:
- an object representing the next search result, or null if no further match is found.
-