|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringIndex
The StringIndex defines a very simple interface that mapps
strings to an integer and vice versa. the mapping must be unique and
stable across repository restarts.
| Field Summary | |
|---|---|
static String |
CVS_ID
the cvs/svn id |
| Method Summary | |
|---|---|
String |
indexToString(int idx)
Returns the string for a given index. |
int |
stringToIndex(String string)
Returns the index for a given string. |
| Field Detail |
|---|
static final String CVS_ID
| Method Detail |
|---|
int stringToIndex(String string)
string - the string to return the index for
String indexToString(int idx)
null is returned.
idx - the index tp returns the string for.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||