Class WrappingIterable<T>

java.lang.Object
se.liu.ida.hefquin.base.utils.WrappingIterable<T>
All Implemented Interfaces:
Iterable<T>

public class WrappingIterable<T> extends Object implements Iterable<T>
Wraps another iterable over the same type and can be used to apply a corresponding wrapping iterator.