org.tinyjee.maven.dim.utils
Interface SelectableArrayList.Selector<E>

Type Parameters:
E - the type of element that the selector operates on.
Enclosing class:
SelectableArrayList<E>

public static interface SelectableArrayList.Selector<E>

Defines a selector to be used when selecting a sub-list.


Method Summary
 boolean accept(E element)
           
 

Method Detail

accept

boolean accept(E element)