Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractList<E> (implements java.util.List<E>)
- net.hydromatic.morel.util.MapList<E> (implements java.util.RandomAccess)
- net.hydromatic.morel.util.Ord.OrdArrayList<E> (implements java.util.RandomAccess)
- net.hydromatic.morel.util.Ord.OrdList<E>
- net.hydromatic.morel.util.Ord.OrdRandomAccessList<E> (implements java.util.RandomAccess)
- net.hydromatic.morel.util.Pair.MutableZipList<K,V>
- net.hydromatic.morel.util.Pair.ZipList<K,V>
- net.hydromatic.morel.util.TailList<E>
- java.util.AbstractList<E> (implements java.util.List<E>)
- net.hydromatic.morel.util.AbstractImmutableList<E> (implements java.util.List<E>)
- net.hydromatic.morel.util.ConsList<E>
- net.hydromatic.morel.util.Ord<E> (implements java.util.Map.Entry<K,V>)
- net.hydromatic.morel.util.Pair<T1,T2> (implements java.lang.Comparable<T>, java.util.Map.Entry<K,V>, java.io.Serializable)
- net.hydromatic.morel.util.Pair.AdjacentIterator<E> (implements java.util.Iterator<E>)
- net.hydromatic.morel.util.Pair.FirstAndIterator<E> (implements java.util.Iterator<E>)
- net.hydromatic.morel.util.Pair.LeftIterator<L,R> (implements java.util.Iterator<E>)
- net.hydromatic.morel.util.Pair.RightIterator<L,R> (implements java.util.Iterator<E>)
- net.hydromatic.morel.util.Pair.ZipIterator<L,R> (implements java.util.Iterator<E>)
- net.hydromatic.morel.util.Static
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- net.hydromatic.morel.util.Unifier.CycleException
- java.lang.Exception
- net.hydromatic.morel.util.Unifier
- net.hydromatic.morel.util.MartelliUnifier
- net.hydromatic.morel.util.RobinsonUnifier
- net.hydromatic.morel.util.Unifier.Failure (implements net.hydromatic.morel.util.Unifier.Result)
- net.hydromatic.morel.util.Unifier.Sequence (implements net.hydromatic.morel.util.Unifier.Term)
- net.hydromatic.morel.util.Unifier.Substitution (implements net.hydromatic.morel.util.Unifier.Result)
- net.hydromatic.morel.util.Unifier.TermTerm
- net.hydromatic.morel.util.Unifier.Variable (implements java.lang.Comparable<T>, net.hydromatic.morel.util.Unifier.Term)
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- net.hydromatic.morel.util.Ord.IntObjObjConsumer<K,V>
- net.hydromatic.morel.util.Pair.PairWithOrdinalConsumer<K,V>
- net.hydromatic.morel.util.Unifier.Action
- net.hydromatic.morel.util.Unifier.Result
- net.hydromatic.morel.util.Unifier.Term
- net.hydromatic.morel.util.Unifier.TermVisitor<R>