org.omnaest.utils.structure.iterator
Interface ListIterable<E>

Type Parameters:
E -
All Superinterfaces:
Iterable<E>
All Known Implementing Classes:
EventResults

public interface ListIterable<E>
extends Iterable<E>

Not only usable by a foreach statement, this interface forces the implementing class to offer a ListIterator instance.

Author:
Omnaest
See Also:
Iterable, ListIterator

Method Summary
 ListIterator<E> iterator()
          Returns a ListIterator over a set of elements
 

Method Detail

iterator

ListIterator<E> iterator()
Returns a ListIterator over a set of elements

Specified by:
iterator in interface Iterable<E>
See Also:
ListIterable


Copyright © 2013. All Rights Reserved.