public final class DefaultMatcherFacade extends java.lang.Object implements MatcherFacade
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAt(int groupIndex)
Gets the input subsequence captured by the given group during the match operation.
|
java.lang.String |
getAt(java.lang.String groupName)
Gets the input subsequence captured by the given named group during the match operation.
|
int |
size()
Gets the number of matches.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerator, toListpublic int size()
MatcherFacadesize in interface MatcherFacade@Nonnull public java.lang.String getAt(int groupIndex)
MatcherFacadegetAt in interface MatcherFacadegroupIndex - the index of the capturing groupMatcher.group(int)@Nonnull public java.lang.String getAt(java.lang.String groupName)
MatcherFacadegetAt in interface MatcherFacadegroupName - the name of a capturing groupMatcher.group(String)