|
Jacson | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.spieleck.app.jacson.select.SimpleResult
Simple Holder to provide SelectionResult Objects. Note: The strange set("everything") is taylored for garbage reducing object recycling: Use one Result over and over and over.
Constructor Summary | |
SimpleResult()
|
Method Summary | |
java.lang.String |
getChunk()
|
int |
getEnd()
|
int |
getStart()
|
void |
set(int from,
int to,
java.lang.String piece)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleResult()
Method Detail |
public void set(int from, int to, java.lang.String piece)
public java.lang.String getChunk()
getChunk
in interface SelectionResult
public int getStart()
getStart
in interface SelectionResult
public int getEnd()
getEnd
in interface SelectionResult
|
Spieleck | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |