Uses of Interface
org.apache.jdo.sco.SCOMap

Packages that use SCOMap
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
org.apache.jdo.impl.sco This package contains implementation of the SCO-related interfaces. 
 

Uses of SCOMap in org.apache.jdo.impl.fostore
 

Methods in org.apache.jdo.impl.fostore with parameters of type SCOMap
(package private)  java.lang.Object ObjectTranscriber.MapTranscriber.fetchMap(SCOMap rc, int size, java.io.DataInput in, java.lang.Object owner, int fieldNum)
           
 

Uses of SCOMap in org.apache.jdo.impl.sco
 

Classes in org.apache.jdo.impl.sco that implement SCOMap
 class HashMap
          A mutable 2nd class object that represents HashMap.
 class Hashtable
          A mutable 2nd class object that represents Hashtable.
 class TreeMap
          A mutable 2nd class object that represents TreeMap.
 

Methods in org.apache.jdo.impl.sco with parameters of type SCOMap
static java.util.Map.Entry[] Freezer.thaw(SCOMap map, StateManagerInternal owner, java.util.Map.Entry[] frozenEntries)
          Thaw the frozen elements of a map.