Package net.ericaro.neoitertools

Interface Summary
Generator<T> When the sequence is exhausted the next method will throw a NoSuchElementException.
Lambda<I,O> generic interface to convert a type I (as In) to O (as Out)
Operator<T> generic operator definition within T domain.
Yield<R,V> Interface to implement the generator function with Yield statement.
YieldGenerator<U,V> A fully featured python generator with a both way communication between the yield function, and the generator.
 

Class Summary
Index<T> A simple immutable object used to handle both the index and the object
Itertools This module implements a number of generator building blocks inspired by constructs from the Python programming languages.
Pair<T0,T1> A simple Immutable pair of two types.
 



Copyright © 2011. All Rights Reserved.