public abstract class PjObject extends BaseObject
Constructor and Description |
---|
PjObject() |
Modifier and Type | Method and Description |
---|---|
void |
renumber(java.util.Hashtable map)
Renumbers object references within this object.
|
public void renumber(java.util.Hashtable map)
map
- the table of object number mappings. Each
object number is looked up by key in the hash table, and
the associated value is assigned as the new object number.
The map hash table should consist of PjNumber keys and
PjReference values.