net.sourceforge.plantuml.command.regex
Class RegexResult

java.lang.Object
  extended by net.sourceforge.plantuml.command.regex.RegexResult

public class RegexResult
extends Object


Constructor Summary
RegexResult(Map<String,RegexPartialMatch> data)
           
 
Method Summary
 RegexPartialMatch get(String key)
           
 String get(String key, int num)
           
 String getLazzy(String key, int num)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegexResult

public RegexResult(Map<String,RegexPartialMatch> data)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

get

public RegexPartialMatch get(String key)

get

public String get(String key,
                  int num)

getLazzy

public String getLazzy(String key,
                       int num)

size

public int size()


Copyright © 2012. All Rights Reserved.