Hierarchy For Package com.github.andrewoma.dexx.collection.internal.adapter

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • java.util.AbstractCollection<E> (implements java.util.Collection<E>)
      • java.util.AbstractList<E> (implements java.util.List<E>)
        • com.github.andrewoma.dexx.collection.internal.adapter.ListAdapater<E>
      • java.util.AbstractSet<E> (implements java.util.Set<E>)
        • com.github.andrewoma.dexx.collection.internal.adapter.SetAdapater<E>
          • com.github.andrewoma.dexx.collection.internal.adapter.SortedSetAdapter<E> (implements java.util.SortedSet<E>)
    • java.util.AbstractMap<K,​V> (implements java.util.Map<K,​V>)
      • com.github.andrewoma.dexx.collection.internal.adapter.MapAdapter<K,​V>
        • com.github.andrewoma.dexx.collection.internal.adapter.SortedMapAdapter<K,​V> (implements java.util.SortedMap<K,​V>)
    • com.github.andrewoma.dexx.collection.internal.adapter.Adapters