public abstract class AbstractIdMapping extends java.lang.Object implements IdMapping
Defragment| Constructor and Description |
|---|
AbstractIdMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapId(int origID,
int mappedID,
boolean isClassID)
Registers a mapping for the given IDs.
|
protected abstract void |
mapNonClassIDs(int origID,
int mappedID) |
protected int |
mappedClassID(int origID) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddressForId, close, commit, mapId, mappedId, open, slotChangespublic final void mapId(int origID,
int mappedID,
boolean isClassID)
IdMappingprotected int mappedClassID(int origID)
protected abstract void mapNonClassIDs(int origID,
int mappedID)