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