org.databene.commons.visitor
Class CollectionElement<E>

java.lang.Object
  extended by org.databene.commons.visitor.CollectionElement<E>
All Implemented Interfaces:
Element<E>

public class CollectionElement<E>
extends java.lang.Object
implements Element<E>

Element implementation that wraps a Java collection.

Created: 04.02.2007 09:27:19

Author:
Volker Bergmann

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

CollectionElement

public CollectionElement(java.util.Collection<E> collection)
Method Detail

accept

public void accept(Visitor<E> visitor)
Specified by:
accept in interface Element<E>


Copyright © 2010. All Rights Reserved.