Package org.omnaest.utils.structure.collection.list.iterator

Interface Summary
ListIterable<E> Not only usable by a foreach statement, this interface forces the implementing class to offer a ListIterator instance.
ListIteratorIndexBased.ListIteratorIndexBasedSource<E>  
 

Class Summary
ListIteratorIndexBased<E> Abstract ListIterator implementation which translates the navigation and actions to index position based operations
ListIteratorIndexBased.ListToListIteratorSourceAdapter<E> Adapter for any List implementation to act as a ListIteratorIndexBased.ListIteratorIndexBasedSource
 



Copyright © 2011. All Rights Reserved.