Uses of Class
org.jikesrvm.util.AbstractHashMapRVM

Packages that use AbstractHashMapRVM
org.jikesrvm.util   
 

Uses of AbstractHashMapRVM in org.jikesrvm.util
 

Subclasses of AbstractHashMapRVM in org.jikesrvm.util
 class HashMapRVM<K,V>
          Stripped down implementation of HashMap data structure for use by core parts of the JikesRVM runtime.
 class IdentityHashMapRVM<K,V>
          The same as HashMapRVM except object identities determine equality not the equals method.
 class ImmutableEntryHashMapRVM<K,V>
          A hash map with entirely immutable buckets.
 class ImmutableEntryIdentityHashMapRVM<K,V>
          A hash map with entirely immutable buckets.