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)
- de.cuioss.tools.collect.PartialArrayList<T> (implements de.cuioss.tools.collect.PartialCollection<T>)
- 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>)
- de.cuioss.tools.collect.CollectionBuilder<E> (implements java.lang.Iterable<T>)
- de.cuioss.tools.collect.CollectionLiterals
- de.cuioss.tools.collect.MapBuilder<K,
V> - de.cuioss.tools.collect.MoreCollections
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- java.lang.Iterable<T>
- java.util.Collection<E>
- de.cuioss.tools.collect.PartialCollection<T> (also extends java.io.Serializable)
- java.util.Collection<E>
- de.cuioss.tools.collect.MapDifference<K,
V> - de.cuioss.tools.collect.MapDifference.ValueDifference<V>
- java.io.Serializable
- de.cuioss.tools.collect.PartialCollection<T> (also extends java.util.Collection<E>)