Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- org.aksw.commons.collections.cache.CacheImpl<T> (implements org.aksw.commons.collections.cache.Cache<T>)
- org.aksw.commons.collections.cache.StreamBackedList<T>
- org.aksw.commons.collections.cache.CacheImpl<T> (implements org.aksw.commons.collections.cache.Cache<T>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- org.aksw.commons.collections.cache.CachingIterable<T> (implements java.lang.Iterable<T>)
- org.aksw.commons.collections.cache.CachingIterator<T> (implements java.util.Iterator<E>)
- com.google.common.collect.ForwardingObject
- com.google.common.collect.ForwardingIterator<T> (implements java.util.Iterator<E>)
- org.aksw.commons.collections.cache.IteratorDecorator<T>
- org.aksw.commons.collections.cache.CountingIterator<T>
- org.aksw.commons.collections.cache.IteratorDecorator<T>
- com.google.common.collect.ForwardingIterator<T> (implements java.util.Iterator<E>)
- org.aksw.commons.collections.cache.IndexBasedIterator<T> (implements java.util.Iterator<E>)
- org.aksw.commons.collections.cache.RemovalListenerMultiplexer<K,
V> (implements com.google.common.cache.RemovalListener<K, V>)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- java.lang.AutoCloseable
- java.lang.Iterable<T>
- java.util.Collection<E>
- java.util.List<E>
- org.aksw.commons.collections.cache.Cache<T> (also extends java.lang.AutoCloseable)
- java.util.List<E>
- java.util.Collection<E>