|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.siemens.ct.exi.datatype.stringtable.StringTablePartitionDecoderImpl
public class StringTablePartitionDecoderImpl
TODO Description
Constructor Summary | |
---|---|
StringTablePartitionDecoderImpl()
Create a new string table. |
Method Summary | |
---|---|
void |
add(java.lang.String value)
Add a record to the table |
int |
getSize()
Get the current size (number of strings) in the table. |
java.lang.String |
getValue(int index)
Get string at given index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringTablePartitionDecoderImpl()
Method Detail |
---|
public void add(java.lang.String value)
add
in interface StringTablePartition
value
- - value to insert.public int getSize()
getSize
in interface StringTablePartition
public java.lang.String getValue(int index)
getValue
in interface StringTablePartitionDecoder
|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |