org.richfaces.cdk.model
Interface ModelCollection<E extends ModelElement<? super E>>

Type Parameters:
E -
All Superinterfaces:
java.util.Collection<E>, java.lang.Iterable<E>, Visitable
All Known Implementing Classes:
ModelSet

public interface ModelCollection<E extends ModelElement<? super E>>
extends java.util.Collection<E>, Visitable

Author:
asmirnov@exadel.com

Method Summary
<R,D> R
accept(R result, Visitor<R,D> visitor, D data)
           
 E find(com.google.common.base.Predicate<? super E> predicate)
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface org.richfaces.cdk.model.Visitable
accept
 

Method Detail

find

E find(com.google.common.base.Predicate<? super E> predicate)

accept

<R,D> R accept(R result,
               Visitor<R,D> visitor,
               D data)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.