Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractQueue<E> (implements java.util.Queue<E>)
- java.util.concurrent.ArrayBlockingQueue<E> (implements java.util.concurrent.BlockingQueue<E>, java.io.Serializable)
- uk.gov.gchq.gaffer.commonutil.iterable.ConsumableBlockingQueue<T>
- java.util.concurrent.ArrayBlockingQueue<E> (implements java.util.concurrent.BlockingQueue<E>, java.io.Serializable)
- java.util.AbstractQueue<E> (implements java.util.Queue<E>)
- uk.gov.gchq.gaffer.commonutil.iterable.AlwaysValid<T> (implements uk.gov.gchq.gaffer.commonutil.iterable.Validator<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.BatchedIterable<T> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.CachingIterable<T> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.EmptyIterable<T> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.EmptyIterator<T> (implements java.io.Closeable, java.util.Iterator<E>)
- uk.gov.gchq.gaffer.commonutil.iterable.LimitedInMemorySortedIterable<E> (implements java.lang.Iterable<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.RepeatItemIterable<T> (implements java.lang.Iterable<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.RepeatItemIterator<T> (implements java.util.Iterator<E>)
- uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable<T> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.StreamFlatMapIterable<I,O>
- uk.gov.gchq.gaffer.commonutil.iterable.StreamMapIterable<I,O>
- uk.gov.gchq.gaffer.commonutil.iterable.StreamIterator<T> (implements java.io.Closeable, java.util.Iterator<E>)
- uk.gov.gchq.gaffer.commonutil.iterable.SuppliedIterable<T> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.TransformIterable<I,O> (implements java.io.Closeable, java.lang.Iterable<T>)
- uk.gov.gchq.gaffer.commonutil.iterable.TransformOneToManyIterable<I,O> (implements java.io.Closeable, java.lang.Iterable<T>)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- uk.gov.gchq.gaffer.commonutil.iterable.Validator<T>