| Package | Description | 
|---|---|
| oracle.javatools.data | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HashStructure
This class implements a hash data structure intended to be used as
  the generic storage for project metadata that can be marshalled to
  and from a persistent form without depending on custom marshalling
  code. 
 | 
static class  | 
HashStructure.HashStructureFilteredImpl  | 
class  | 
ListStructure
This class implements a list data structure that complements
   
HashStructure. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Structure.fireValueModified(java.lang.String name,
                 Structure valueParent,
                 java.lang.Object oldValue,
                 java.lang.Object newValue)  |