Class Hierarchy
- java.lang.Object
- uk.gov.gchq.koryphe.iterable.ChainedIterable<T> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.koryphe.iterable.ChainedIterator<T> (implements java.io.Closeable, java.util.Iterator<E>)
- uk.gov.gchq.koryphe.iterable.FilteredIterable<T> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.koryphe.iterable.FilteredIterator<T> (implements java.io.Closeable, java.util.Iterator<E>)
- uk.gov.gchq.koryphe.iterable.LimitedIterable<T> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.koryphe.iterable.LimitedIterator<T> (implements java.io.Closeable, java.util.Iterator<E>)
- uk.gov.gchq.koryphe.iterable.MappedIterable<I_ITEM,O_ITEM> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.koryphe.iterable.MappedIterator<I_ITEM,O_ITEM> (implements java.io.Closeable, java.util.Iterator<E>)