public final class ReadMap
extends java.lang.Object
A map from OIDs to Entry objects. An object's Entry records its version
number and a list of logs for transactions that have acquired a read lock on
that the object. Entries are removed from the map when they are no longer
read-locked.