public interface Matches
extends java.lang.Iterable<java.lang.String>
MatchesIterator
for a particular field, call getMatches(String)
.
Note that you can call getMatches(String)
multiple times to retrieve new
iterators, but it is not thread-safe.Modifier and Type | Method and Description |
---|---|
MatchesIterator |
getMatches(java.lang.String field)
Returns a
MatchesIterator over the matches for a single field,
or null if there are no matches in that field. |
MatchesIterator getMatches(java.lang.String field) throws java.io.IOException
MatchesIterator
over the matches for a single field,
or null
if there are no matches in that field.java.io.IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.