Class Hierarchy
- java.lang.Object
- net.automatalib.common.smartcollection.AbstractBasicLinkedListEntry<E,T> (implements net.automatalib.common.smartcollection.LinkedListEntry<E,T>)
- net.automatalib.common.smartcollection.DefaultLinkedListEntry<E>
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- net.automatalib.common.smartcollection.ArrayStorage<T> (implements java.lang.Cloneable, java.util.RandomAccess)
- net.automatalib.common.smartcollection.AbstractSmartCollection<E> (implements net.automatalib.common.smartcollection.SmartCollection<E>)
- net.automatalib.common.smartcollection.AbstractLinkedList<E,T> (implements net.automatalib.common.smartcollection.SmartSequence<E>)
- net.automatalib.common.smartcollection.DefaultLinkedList<E>
- net.automatalib.common.smartcollection.IntrusiveLinkedList<T>
- net.automatalib.common.smartcollection.BackedGeneralPriorityQueue<E,K> (implements net.automatalib.common.smartcollection.SmartGeneralPriorityQueue<E,K>)
- net.automatalib.common.smartcollection.BinaryHeap<E> (implements net.automatalib.common.smartcollection.CapacityManagement, java.util.Queue<E>, net.automatalib.common.smartcollection.SmartDynamicPriorityQueue<E>)
- net.automatalib.common.smartcollection.UnorderedCollection<E> (implements net.automatalib.common.smartcollection.CapacityManagement)
- net.automatalib.common.smartcollection.AbstractLinkedList<E,T> (implements net.automatalib.common.smartcollection.SmartSequence<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- net.automatalib.common.smartcollection.ReflexiveMapView<T>
- net.automatalib.common.smartcollection.ArrayUtil
- net.automatalib.common.smartcollection.BackedGeneralPriorityQueue.Entry<E,K> (implements java.lang.Comparable<T>)
- net.automatalib.common.smartcollection.ResizingArrayStorage<T> (implements net.automatalib.common.smartcollection.CapacityManagement)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- net.automatalib.common.smartcollection.InvalidReferenceException
- java.lang.IllegalArgumentException
- java.lang.RuntimeException
- java.lang.Exception
- net.automatalib.common.smartcollection.AbstractBasicLinkedListEntry<E,T> (implements net.automatalib.common.smartcollection.LinkedListEntry<E,T>)
Interface Hierarchy
- net.automatalib.common.smartcollection.ArrayWritable<T>
- net.automatalib.common.smartcollection.CapacityManagement
- net.automatalib.common.smartcollection.ElementReference
- net.automatalib.common.smartcollection.LinkedListEntry<E,T>
- java.lang.Iterable<T>
- java.util.Collection<E>
- net.automatalib.common.smartcollection.SmartCollection<E>
- net.automatalib.common.smartcollection.SmartDeque<E>
- net.automatalib.common.smartcollection.SmartPriorityQueue<E>
- net.automatalib.common.smartcollection.SmartDynamicPriorityQueue<E>
- net.automatalib.common.smartcollection.SmartGeneralPriorityQueue<E,K>
- net.automatalib.common.smartcollection.SmartSequence<E>
- net.automatalib.common.smartcollection.SmartCollection<E>
- net.automatalib.common.smartcollection.IntSeq
- java.util.Collection<E>