Package org.exoplatform.portal.tree.diff
Interface ListAdapter<L,E>
public interface ListAdapter<L,E>
An adapter for a list of elements.
- Author:
- Julien Viet
-
Method Summary
-
Method Details
-
size
Returns the number of list elements.- Parameters:
list- the list- Returns:
- the list size
-
iterator
Returns an iterator over the list elements.- Parameters:
list- the listreverse- the iteration direction- Returns:
- the iterator
-