|
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.StringTablePartitionEncoderImpl
public class StringTablePartitionEncoderImpl
TODO Description
Constructor Summary | |
---|---|
StringTablePartitionEncoderImpl()
Create a new string table. |
Method Summary | |
---|---|
void |
add(java.lang.String value)
Add a record to the table |
int |
getIndex(java.lang.String value)
Get index of given string value in table. |
int |
getSize()
Get the current size (number of strings) in the table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringTablePartitionEncoderImpl()
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 int getIndex(java.lang.String value)
getIndex
in interface StringTablePartitionEncoder
|
EXIficient | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |