public class RegexResult extends Object
Constructor and Description |
---|
RegexResult(Map<String,RegexPartialMatch> data) |
Modifier and Type | Method and Description |
---|---|
RegexPartialMatch |
get(String key) |
String |
get(String key,
int num) |
String |
getLazzy(String key,
int num) |
int |
size() |
String |
toString() |
public RegexResult(Map<String,RegexPartialMatch> data)
Copyright © 2016. All Rights Reserved.