|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xpath.xml.StringToStringTableVector
A very simple table that stores a list of StringToStringTables, optimized for small lists.
Constructor Summary | |
StringToStringTableVector()
Default constructor. |
|
StringToStringTableVector(int blocksize)
Construct a StringToStringTableVector, using the given block size. |
Method Summary | |
void |
addElement(StringToStringTable value)
Append a string onto the vector. |
boolean |
contains(StringToStringTable s)
Tell if the table contains the given string. |
boolean |
containsKey(java.lang.String key)
Given a string, find the last added occurance value that matches the key. |
StringToStringTable |
elementAt(int i)
Get the nth element. |
java.lang.String |
get(java.lang.String key)
Given a string, find the last added occurance value that matches the key. |
int |
getLength()
Get the length of the list. |
void |
removeLastElem()
Remove the last element. |
int |
size()
Get the length of the list. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StringToStringTableVector()
public StringToStringTableVector(int blocksize)
Method Detail |
public final int getLength()
public final int size()
public final void addElement(StringToStringTable value)
public final java.lang.String get(java.lang.String key)
public final boolean containsKey(java.lang.String key)
public final void removeLastElem()
public final StringToStringTable elementAt(int i)
public final boolean contains(StringToStringTable s)
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |