Package org.saager.enumerator

Interface Summary
LiveIterable.ArrayHolder  
LiveIterator<T>  
 

Class Summary
Array<T>  
Cursor<T>  
Enumerator<T> Enumerator The Enumerator enable the consistent use of the enhanced for-loop of Java 5 SE Any object eligible for an enhanced for-loop can be wrapped by an Enumerator to enable removal indexing introspection In addition the Enumerator can be filtered using Predicates and appended by other Enumerators
EnumeratorTest  
LiveEnumerator<T> Extension of Enumerator that tries to create modifiable Wrapper As List and Set are Iterable, an Enumerator can be used on them, but update-calls will not work.
LiveIterable<T>  
Pair<T,U>  
Parallel<T,U>  
Predicate<T>