public class StringTable extends Object
| Constructor and Description |
|---|
StringTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(StringPair string) |
int |
getCount() |
String |
getKey() |
int |
getLength() |
int |
getPadding() |
StringPair |
getString(int index) |
int |
getType() |
int |
getValueLength() |
void |
setKey(String key) |
void |
setLength(int length) |
void |
setPadding(int padding) |
void |
setType(int type) |
void |
setValueLength(int valueLength) |
int |
sizeOf() |
public void add(StringPair string)
public int getCount()
public StringPair getString(int index)
public int getLength()
public int getValueLength()
public int getType()
public int getPadding()
public String getKey()
public void setKey(String key)
public void setLength(int length)
public void setValueLength(int valueLength)
public void setType(int type)
public void setPadding(int padding)
public int sizeOf()
Copyright © 2018. All Rights Reserved.