Class MemoryEnumerable<E>

Type Parameters:
E - Type of the Enumerable items to remember
All Implemented Interfaces:
Iterable<MemoryFactory.Memory<E>>, Enumerable<MemoryFactory.Memory<E>>, ExtendedEnumerable<MemoryFactory.Memory<E>>, ExtendedOrderedEnumerable<MemoryFactory.Memory<E>>, OrderedEnumerable<MemoryFactory.Memory<E>>, RawEnumerable<MemoryFactory.Memory<E>>

public class MemoryEnumerable<E> extends AbstractEnumerable<MemoryFactory.Memory<E>>
Enumerable that has a (limited) memory for n past and m future steps.