|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.io.PxfWriter.ItemSet
The ItemSet is a set of the item key and the
item value.
| Field Summary | |
private java.lang.String |
key
The key. |
private java.lang.String |
value
The value. |
| Constructor Summary | |
PxfWriter.ItemSet(java.lang.String key,
java.lang.String value)
Constructs an ItemSet. |
|
| Method Summary | |
void |
print(java.io.PrintWriter out)
Writes the key and value to the specified writer. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.lang.String key
private java.lang.String value
| Constructor Detail |
public PxfWriter.ItemSet(java.lang.String key,
java.lang.String value)
ItemSet.key - the key.value - the value.| Method Detail |
public void print(java.io.PrintWriter out)
out - the writer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||