jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddprmd
Class COLLECTION

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
Direct Known Subclasses:
ACCSECRD, COMMAND, EXCSATRD, PKGDFTCC, RPYMSG, TYPDEFOVR

public abstract class COLLECTION
extends OBJECT

Collection Object. Collection Object (COLLECTION) describes the abstract class of all collections of objects.


Field Summary
static short CP
           
private  Map map
           
 
Constructor Summary
protected COLLECTION()
           
  COLLECTION(DDM ddm, int len)
           
protected COLLECTION(Map map)
           
 
Method Summary
protected  DATA get(short cp)
           
protected  void put(short cp, DATA data)
           
 String toString()
          Pretty print.
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CP

public static final short CP
See Also:
Constant Field Values

map

private Map map
Constructor Detail

COLLECTION

protected COLLECTION()

COLLECTION

public COLLECTION(DDM ddm,
                  int len)
           throws IOException

COLLECTION

protected COLLECTION(Map map)
Method Detail

get

protected DATA get(short cp)

put

protected void put(short cp,
                   DATA data)

toString

public String toString()
Description copied from class: DATA
Pretty print.

Overrides:
toString in class DATA
Returns:
the class name and code point value.

write

public final void write(DDM ddm)
                 throws IOException
Description copied from class: DATA
Write out the object.

Overrides:
write in class DATA
Parameters:
ddm - the DDM stream
IOException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.