|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| com.github.andrewoma.dexx.collection | Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java. |
| com.github.andrewoma.dexx.collection.internal.hashmap | |
| com.github.andrewoma.dexx.collection.internal.redblack | |
| Uses of Pair in com.github.andrewoma.dexx.collection |
|---|
| Methods in com.github.andrewoma.dexx.collection that return Pair | |
|---|---|
Pair<K,V> |
SortedMap.first()
Returns the first entry in the map or null if the map is empty. |
Pair<K,V> |
TreeMap.first()
|
Pair<K,V> |
SortedMap.last()
Returns the last entry in the map or null if the map is empty. |
Pair<K,V> |
TreeMap.last()
|
protected Pair<Vector<E>,Vector<E>> |
Vector.splitAt(int n)
|
| Methods in com.github.andrewoma.dexx.collection that return types with arguments of type Pair | ||
|---|---|---|
static
|
SortedMaps.builder()
|
|
static
|
Maps.builder()
|
|
static
|
SortedMaps.builder(Comparator<? super K> comparator)
|
|
static
|
SortedMaps.factory()
|
|
static
|
HashMap.factory()
|
|
static
|
Maps.factory()
|
|
static
|
SortedMaps.factory(Comparator<? super K> comparator)
|
|
static
|
TreeMap.factory(Comparator<? super K> ordering,
KeyFunction<K,V> keyFunction)
|
|
static
|
DerivedKeyHashMap.factory(KeyFunction<K,V> keyFunction)
|
|
Iterator<Pair<K,V>> |
DerivedKeyHashMap.iterator()
|
|
Iterator<Pair<K,V>> |
HashMap.iterator()
|
|
Iterator<Pair<K,V>> |
TreeMap.iterator()
|
|
| Methods in com.github.andrewoma.dexx.collection with parameters of type Pair | ||
|---|---|---|
static
|
SortedMaps.copyOf(Comparator<? super K> comparator,
Pair<K,V>[] pairs)
|
|
static
|
SortedMaps.copyOf(Pair<K,V>[] pairs)
|
|
static
|
Maps.copyOf(Pair<K,V>[] pairs)
|
|
| Method parameters in com.github.andrewoma.dexx.collection with type arguments of type Pair | ||
|---|---|---|
static
|
SortedMaps.copyOf(Comparator<? super K> comparator,
Iterable<Pair<K,V>> iterable)
|
|
static
|
SortedMaps.copyOf(Comparator<? super K> comparator,
Iterator<Pair<K,V>> iterator)
|
|
static
|
SortedMaps.copyOf(Iterable<Pair<K,V>> iterable)
|
|
static
|
Maps.copyOf(Iterable<Pair<K,V>> iterable)
|
|
static
|
SortedMaps.copyOf(Iterator<Pair<K,V>> iterator)
|
|
static
|
Maps.copyOf(Iterator<Pair<K,V>> iterator)
|
|
static
|
SortedMaps.copyOfTraversable(Comparator<? super K> comparator,
Traversable<Pair<K,V>> traversable)
|
|
static
|
SortedMaps.copyOfTraversable(Traversable<Pair<K,V>> traversable)
|
|
static
|
Maps.copyOfTraversable(Traversable<Pair<K,V>> traversable)
|
|
|
DerivedKeyHashMap.forEach(Function<Pair<K,V>,U> f)
|
|
|
HashMap.forEach(Function<Pair<K,V>,U> f)
|
|
|
TreeMap.forEach(Function<Pair<K,V>,U> f)
|
|
| Uses of Pair in com.github.andrewoma.dexx.collection.internal.hashmap |
|---|
| Methods in com.github.andrewoma.dexx.collection.internal.hashmap that return types with arguments of type Pair | ||
|---|---|---|
static
|
ListMap.factory()
|
|
Iterator<Pair<K,V>> |
ListMap.iterator()
|
|
Iterator<Pair<K,V>> |
CompactHashMap.iterator(KeyFunction<K,V> kf)
|
|
| Methods in com.github.andrewoma.dexx.collection.internal.hashmap with parameters of type Pair | |
|---|---|
protected CompactHashMap<K,V> |
CompactHashMap.updated0(K key,
int hash,
int level,
V value,
Pair<K,V> kv,
KeyFunction<K,V> keyFunction)
|
| Method parameters in com.github.andrewoma.dexx.collection.internal.hashmap with type arguments of type Pair | ||
|---|---|---|
|
ListMap.forEach(Function<Pair<K,V>,U> f)
|
|
|
CompactHashMap.forEach(Function<Pair<K,V>,U> f,
KeyFunction<K,V> keyFunction)
|
|
| Uses of Pair in com.github.andrewoma.dexx.collection.internal.redblack |
|---|
| Methods in com.github.andrewoma.dexx.collection.internal.redblack that return types with arguments of type Pair | |
|---|---|
Iterator<Pair<K,V>> |
RedBlackTree.iterator(Tree<K,V> tree)
|
| Method parameters in com.github.andrewoma.dexx.collection.internal.redblack with type arguments of type Pair | ||
|---|---|---|
|
RedBlackTree.forEach(Tree<K,V> tree,
Function<Pair<K,V>,U> f)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||