|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.visitor.CollectionElement<E>
public class CollectionElement<E>
Element implementation that wraps a Java collection.
Created: 04.02.2007 09:27:19
| Constructor Summary | |
|---|---|
CollectionElement(java.util.Collection<E> collection)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor<E> visitor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionElement(java.util.Collection<E> collection)
| Method Detail |
|---|
public void accept(Visitor<E> visitor)
accept in interface Element<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||