|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.jxr.util.StringEntry
public class StringEntry
A StringEntry represents a value found by the tokenizer. The index is where this StringEntry was found in the source string
| Constructor Summary | |
|---|---|
StringEntry(java.lang.String value,
int index)
Constructor for the StringEntry object |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object obj)
Compare two objects for equality. |
int |
getIndex()
Gets the index attribute of the StringEntry object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringEntry(java.lang.String value,
int index)
value - index - | Method Detail |
|---|
public int getIndex()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||