|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tobiasbudde.regedit.reg.data.MatchResult
public class MatchResult
Constructor Summary | |
---|---|
MatchResult()
|
Method Summary | |
---|---|
void |
add(Match match)
|
java.lang.String |
getErrorMessage()
|
java.util.List<Match> |
getResults()
|
boolean |
hasNext()
|
boolean |
isError()
|
Match |
next()
|
void |
remove()
|
void |
setErrorMessage(java.lang.String message)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchResult()
Method Detail |
---|
public void add(Match match)
public java.util.List<Match> getResults()
public boolean hasNext()
hasNext
in interface java.util.Iterator<Match>
public Match next()
next
in interface java.util.Iterator<Match>
public void remove()
remove
in interface java.util.Iterator<Match>
public void setErrorMessage(java.lang.String message)
public java.lang.String getErrorMessage()
public boolean isError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |