|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.comm.codec.bytebuffer.SegmenterUtil.FoundToken
public static class SegmenterUtil.FoundToken
Represents the found token, i.e. its position and the index of the token that has been found.
| Constructor Summary | |
|---|---|
SegmenterUtil.FoundToken(int pos,
int tokenIndex)
Constructs a new instance with the given position and token index. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getPos()
Returns the position of the found token. |
int |
getTokenIndex()
Returns the index of the found token. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SegmenterUtil.FoundToken(int pos,
int tokenIndex)
pos - the position where the token has been foundtokenIndex - the index of the token that has been found| Method Detail |
|---|
public int getPos()
public int getTokenIndex()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||