org.apache.maven.jxr.util
public class StringEntry extends Object implements Comparable
Constructor Summary | |
---|---|
StringEntry(String value, int index)
Constructor for the StringEntry object
|
Method Summary | |
---|---|
int | compareTo(Object obj)
Compare two objects for equality. |
int | getIndex()
Gets the index attribute of the StringEntry object |
String | toString()
Description of the Method |
Parameters: value index