Exemplo n.º 1
0
 /**
  * The id of the object
  *
  * @return the object id
  * @throws SnapshotException
  */
 public int getObjectId() throws SnapshotException {
   return snapshot.mapAddressToId(address);
 }