Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • java.lang.Iterable<T>
    • java.util.Collection<E>
      • java.util.List<E>
      • org.pcollections.PCollection<E>
        • org.pcollections.PBag<E>
        • org.pcollections.PQueue<E> (also extends java.util.Queue<E>)
        • org.pcollections.PSequence<E> (also extends java.util.List<E>)
        • org.pcollections.PSet<E> (also extends java.util.Set<E>)
          • org.pcollections.PSortedSet<E> (also extends java.util.NavigableSet<E>)
      • java.util.Queue<E>
      • java.util.Set<E>
        • org.pcollections.PSet<E> (also extends org.pcollections.PCollection<E>)
          • org.pcollections.PSortedSet<E> (also extends java.util.NavigableSet<E>)
        • java.util.SortedSet<E>
          • java.util.NavigableSet<E>
            • org.pcollections.PSortedSet<E> (also extends org.pcollections.PSet<E>)
  • java.util.Map<K,​V>
    • org.pcollections.PMap<K,​V>
      • org.pcollections.PSortedMap<K,​V> (also extends java.util.NavigableMap<K,​V>)
    • java.util.SortedMap<K,​V>
      • java.util.NavigableMap<K,​V>
        • org.pcollections.PSortedMap<K,​V> (also extends org.pcollections.PMap<K,​V>)

Enum Hierarchy