|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GrowableContainer
A wrapper for 'container-like' structures that do not have a fixed size.
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object value)
Adds a new value to the end of this container. |
| Methods inherited from interface net.sf.morph.wrap.Container |
|---|
getContainedType, getIterator |
| Methods inherited from interface net.sf.morph.wrap.Wrapper |
|---|
getWrappedObject |
| Method Detail |
|---|
boolean add(java.lang.Object value)
throws WrapperException
value to the end of this container.
value - the value to be added
true if the container changed as a result of the
call or false, otherwise
WrapperException - if an error occurrs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||