Package org.glassfish.jersey.uri
Class PatternWithGroups.EmptyStringMatchResult
java.lang.Object
org.glassfish.jersey.uri.PatternWithGroups.EmptyStringMatchResult
- All Implemented Interfaces:
MatchResult
- Enclosing class:
- PatternWithGroups
private static final class PatternWithGroups.EmptyStringMatchResult
extends Object
implements MatchResult
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmptyStringMatchResult
private EmptyStringMatchResult()
-
-
Method Details
-
start
public int start()- Specified by:
start
in interfaceMatchResult
-
start
public int start(int group) - Specified by:
start
in interfaceMatchResult
-
end
public int end()- Specified by:
end
in interfaceMatchResult
-
end
public int end(int group) - Specified by:
end
in interfaceMatchResult
-
group
- Specified by:
group
in interfaceMatchResult
-
group
- Specified by:
group
in interfaceMatchResult
-
groupCount
public int groupCount()- Specified by:
groupCount
in interfaceMatchResult
-