Uses of Interface
net.sf.morph.wrap.Container

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 GrowableContainer
          A wrapper for 'container-like' structures that do not have a fixed size.
 interface IndexedContainer
          A 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 MutableIndexedContainer
          A wrapper for an indexed container that allows modification of an element at a given index.
 



Copyright © 2004-2008.