net.aerith.misao.io
Class PxfWriter.ItemSet

java.lang.Object
  |
  +--net.aerith.misao.io.PxfWriter.ItemSet
Enclosing class:
PxfWriter

protected class PxfWriter.ItemSet
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

key

private java.lang.String key
The key.

value

private java.lang.String value
The value.
Constructor Detail

PxfWriter.ItemSet

public PxfWriter.ItemSet(java.lang.String key,
                         java.lang.String value)
Constructs an ItemSet.
Parameters:
key - the key.
value - the value.
Method Detail

print

public void print(java.io.PrintWriter out)
Writes the key and value to the specified writer.
Parameters:
out - the writer.