Uses of Interface
org.eclipse.collections.api.tuple.Pair

Packages that use Pair
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for BiMap API.
This package contains interfaces for list API which enhance the performance and functionality of List.
This package contains interfaces for map API which enhance the performance and functionality of Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for Multimap.
This package contains interfaces for BagMultimap.
This package contains interfaces for ListMultimap.
 
This package contains interfaces for SetMultimap.
This package contains interfaces for SortedBagMultimap.
This package contains interfaces for SortedSetMultimap.
 
This package contains interfaces for set API which enhance the performance and functionality of Set.
This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
This package contains the Pair and Twin interfaces.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the ImmutableBag interface.
This package contains implementations of the MutableBag interface.
This package contains implementations of MutableSortedBag.
 
 
This package contains implementations of the MutableBiMap interface.
This package contains factory implementations for Function, Predicate, SerializableComparator and Procedure.
This package contains implementations of Predicate and Predicate2.
This package contains implementations of Procedure and Procedure2.
 
This package contains implementations of the MutableCollection interface.
 
This package contains static utilities for creating mutable and immutable collection factories.
This package contains implementations of the LazyIterable interface.
This package contains implementations of the Iterator interface.
This package contains implementations of the MutableList interface.
This package contains implementations of the MapIterable interface.
This package contains implementations of the ImmutableMap interface.
This package contains implementations of the MutableMap interface.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
 
This package contains implementations of the MutableSortedMap interface.
This package contains implementations of the MutableSortedMap interface.
This package contains immutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
This package contains mutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
This package contains implementations of the Multimap interface.
This package contains implementations of the BagMultimap interface.
 
 
 
 
This package contains implementations of the ListMultimap interface.
This package contains implementations of the SetMultimap interface.
This package contains implementations of the SortedSetMultimap interface.
This package contains implementations of the SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key.
 
This package contains the implementations of ImmutableSet.
This package contains implementations of MutableSet.
This package contains implementations of MutableSortedSet.
This package contains implementations of the MutableStack interface.
This package contains implementations of Pair, Twin, Triple and Triplet interfaces.
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.