|
||||||||||
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
**For internal use only** A very simple table that stores a list of StringToStringTables, optimized for small lists.
Constructor Summary | |
StringToStringTableVector()
**For internal use only** Default constructor. |
|
StringToStringTableVector(int blocksize)
**For internal use only** Construct a StringToStringTableVector, using the given block size. |
Method Summary | |
void |
addElement(StringToStringTable value)
**For internal use only** Append a string onto the vector. |
boolean |
contains(StringToStringTable s)
**For internal use only** Tell if the table contains the given string. |
boolean |
containsKey(java.lang.String key)
**For internal use only** Given a string, find the last added occurance value that matches the key. |
StringToStringTable |
elementAt(int i)
**For internal use only** Get the nth element. |
java.lang.String |
get(java.lang.String key)
**For internal use only** Given a string, find the last added occurance value that matches the key. |
int |
getLength()
**For internal use only** Get the length of the list. |
void |
removeLastElem()
**For internal use only** Remove the last element. |
int |
size()
**For internal use only** Get the length of the list. |
Methods inherited from class java.lang.Object |
equals,
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |