| Package | Description |
|---|---|
| org.datanucleus.store.types.backed |
Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are
supported.
|
| Class and Description |
|---|
| ArrayList
A mutable second-class ArrayList object.
|
| Collection
A mutable second-class Collection object.
|
| HashMap
A mutable second-class HashMap object.
|
| HashSet
A mutable second-class HashSet object.
|
| Hashtable
A mutable second-class Hashtable object.
|
| LinkedHashMap
A mutable second-class LinkedHashMap object.
|
| LinkedHashSet
A mutable second-class LinkedHashSet object.
|
| LinkedList
A mutable second-class LinkedList object.
|
| List
A mutable second-class List object.
|
| Map
A mutable second-class Map object.
|
| PriorityQueue
A mutable second-class PriorityQueue object.
|
| Properties
A mutable second-class Properties object.
|
| Queue
A mutable second-class Queue object.
|
| Set
A mutable second-class Set object.
|
| SortedMap
A mutable second-class SortedMap object.
|
| SortedSet
A mutable second-class SortedSet object.
|
| Stack
A mutable second-class Stack object.
|
| TreeMap
A mutable second-class TreeMap object.
|
| TreeSet
A mutable second-class TreeSet object.
|
| Vector
A mutable second-class Vector object.
|
Copyright © 2013. All Rights Reserved.