| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container | |
|---|---|
| net.sf.morph | Core classes for use by other parts of the Morph framework. | 
| net.sf.morph.wrap | Defines an API for manipulating data in a stateful manner. | 
| Uses of Container in net.sf.morph | 
|---|
| Methods in net.sf.morph that return Container | |
|---|---|
| static Container | Morph.getContainer(java.lang.Object object)Returns the given object wrapped as a Container. | 
| Uses of Container in net.sf.morph.wrap | 
|---|
| Subinterfaces of Container in net.sf.morph.wrap | |
|---|---|
|  interface | DecoratedGrowableContainer | 
|  interface | DecoratedIndexedContainer | 
|  interface | DecoratedMutableIndexedContainer | 
|  interface | GrowableContainerA wrapper for 'container-like' structures that do not have a fixed size. | 
|  interface | IndexedContainerA wrapper for 'container-like' structures that have a logical ordering which can be used to retrieve elements at a specific index within the structure. | 
|  interface | MutableIndexedContainerA wrapper for an indexed container that allows modification of an element at a given index. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||