| Package | Description |
|---|---|
| org.datavec.api.berkeley | |
| org.datavec.api.util |
| Modifier and Type | Method and Description |
|---|---|
Pair<K,V> |
CounterMap.argMax()
Finds the key with maximum count.
|
static <S,T> Pair<S,T> |
Pair.makePair(S first,
T second) |
static <S,T> Pair<S,T> |
Pair.newPair(S first,
T second) |
Pair<S,F> |
Pair.reverse() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Pair<K,V>> |
CounterMap.getPairIterator() |
static <S,T> Iterator<Pair<S,T>> |
Iterators.zip(Iterator<S> s,
Iterator<T> t) |
| Modifier and Type | Method and Description |
|---|---|
int |
Pair.LexicographicPairComparator.compare(Pair<F,S> pair1,
Pair<F,S> pair2) |
int |
Pair.LexicographicPairComparator.compare(Pair<F,S> pair1,
Pair<F,S> pair2) |
int |
Pair.DefaultLexicographicPairComparator.compare(Pair<F,S> o1,
Pair<F,S> o2) |
int |
Pair.DefaultLexicographicPairComparator.compare(Pair<F,S> o1,
Pair<F,S> o2) |
int |
Pair.FirstComparator.compare(Pair<S,T> p1,
Pair<S,T> p2) |
int |
Pair.FirstComparator.compare(Pair<S,T> p1,
Pair<S,T> p2) |
int |
Pair.ReverseFirstComparator.compare(Pair<S,T> p1,
Pair<S,T> p2) |
int |
Pair.ReverseFirstComparator.compare(Pair<S,T> p1,
Pair<S,T> p2) |
int |
Pair.SecondComparator.compare(Pair<S,T> p1,
Pair<S,T> p2) |
int |
Pair.SecondComparator.compare(Pair<S,T> p1,
Pair<S,T> p2) |
int |
Pair.ReverseSecondComparator.compare(Pair<S,T> p1,
Pair<S,T> p2) |
int |
Pair.ReverseSecondComparator.compare(Pair<S,T> p1,
Pair<S,T> p2) |
int |
Pair.compareTo(Pair<F,S> o)
Compares this object with the specified object for order.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<K,T> |
MultiDimensionalMap.Entry.getKey()
Returns the key corresponding to this entry.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Pair<K,V>> |
MultiDimensionalSet.iterator()
Returns an iterator over the elements in this applyTransformToDestination.
|
Set<Pair<K,T>> |
MultiDimensionalMap.keySet()
Returns a
Set view of the keys contained in this map. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiDimensionalSet.add(Pair<K,V> kvPair)
Adds the specified element to this applyTransformToDestination if it is not already present
(optional operation).
|
V |
MultiDimensionalMap.put(Pair<K,T> key,
V value)
Associates the specified value with the specified key in this map
(optional operation).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiDimensionalSet.addAll(Collection<? extends Pair<K,V>> c)
Adds all of the elements in the specified collection to this applyTransformToDestination if
they're not already present (optional operation).
|
void |
MultiDimensionalMap.putAll(Map<? extends Pair<K,T>,? extends V> m)
Copies all of the mappings from the specified map to this map
(optional operation).
|
| Constructor and Description |
|---|
MultiDimensionalMap(Map<Pair<K,T>,V> backedMap) |
MultiDimensionalSet(Set<Pair<K,V>> backedSet) |
Copyright © 2017. All rights reserved.