Uses of Class
org.datanucleus.store.types.sco.queued.OperationQueue

Packages that use OperationQueue
org.datanucleus.store.types.sco.backed Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are supported. 
 

Uses of OperationQueue in org.datanucleus.store.types.sco.backed
 

Fields in org.datanucleus.store.types.sco.backed declared as OperationQueue
protected  OperationQueue<SetStore> LinkedHashSet.operationQueue
           
protected  OperationQueue<ListStore> ArrayList.operationQueue
           
protected  OperationQueue<ListStore> Queue.operationQueue
           
protected  OperationQueue<ListStore> Stack.operationQueue
           
protected  OperationQueue<MapStore> Hashtable.operationQueue
           
protected  OperationQueue<MapStore> LinkedHashMap.operationQueue
           
protected  OperationQueue<SetStore> HashSet.operationQueue
           
protected  OperationQueue<MapStore> SortedMap.operationQueue
           
protected  OperationQueue<ListStore> PriorityQueue.operationQueue
           
protected  OperationQueue<MapStore> HashMap.operationQueue
           
protected  OperationQueue<MapStore> Properties.operationQueue
           
protected  OperationQueue<MapStore> TreeMap.operationQueue
           
protected  OperationQueue<ListStore> LinkedList.operationQueue
           
protected  OperationQueue<CollectionStore> Collection.operationQueue
           
protected  OperationQueue<ListStore> Vector.operationQueue
           
protected  OperationQueue<ListStore> List.operationQueue
           
protected  OperationQueue<SetStore> SortedSet.operationQueue
           
protected  OperationQueue<MapStore> Map.operationQueue
           
protected  OperationQueue<SetStore> TreeSet.operationQueue
           
protected  OperationQueue<SetStore> Set.operationQueue
           
 



Copyright © 2012. All Rights Reserved.