Multivalent API

multivalent.std.adaptor.pdf
Class IRef

java.lang.Object
  extended by multivalent.std.adaptor.pdf.IRef

public class IRef
extends java.lang.Object

Indirect references from one object to another, written like the following 15 0 R.

Version:
$Revision: 1.4 $ $Date: 2003/06/01 07:10:46 $

Field Summary
 int generation
           
 int id
           
 
Constructor Summary
IRef(int id, int gen)
           
IRef(IRef iref)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public int id

generation

public int generation
Constructor Detail

IRef

public IRef(int id,
            int gen)

IRef

public IRef(IRef iref)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Multivalent API