org.richfaces.cdk.model
Interface ModelCollection<E extends ModelElement<? super E>>
- Type Parameters:
E -
- All Superinterfaces:
- Collection<E>, Iterable<E>, Visitable
- All Known Implementing Classes:
- ModelSet
public interface ModelCollection<E extends ModelElement<? super E>>
- extends Collection<E>, Visitable
- Author:
- asmirnov@exadel.com
|
Method Summary |
|
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 |
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 © 2012 JBoss by Red Hat. All Rights Reserved.