Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- org.ujmp.core.collections.list.ArrayIndexList<M>
- org.ujmp.core.collections.Dictionary
- org.ujmp.core.collections.list.ArrayIndexList<M>
- java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- java.util.AbstractList<E> (implements java.util.List<E>)
- org.ujmp.core.collections.AbstractCollection<E> (implements java.util.Collection<E>, java.io.Serializable)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- org.ujmp.core.collections.map.AbstractMap<K,V> (implements java.io.Serializable)
- org.ujmp.core.collections.map.SoftHashMap<K,V>
- org.ujmp.core.collections.SoftHashMapList<K,V>
- org.ujmp.core.collections.map.SoftHashMap<K,V>
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- org.ujmp.core.collections.HashMapList<K,V>
- org.ujmp.core.collections.map.AbstractMap<K,V> (implements java.io.Serializable)
- org.ujmp.core.collections.MapToListWrapper<A> (implements java.util.List<E>, org.ujmp.core.interfaces.Wrapper<A>)
- org.ujmp.core.collections.RingBufferList<A> (implements java.util.List<E>, java.io.Serializable)
- org.ujmp.core.collections.RingBufferList.RingBufferIterator (implements java.util.Iterator<E>)
- org.ujmp.core.collections.SetToListWrapper<A> (implements java.util.List<E>, java.io.Serializable, org.ujmp.core.interfaces.Wrapper<A>)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)