public class TupleUtils extends Object
Constructor and Description |
---|
TupleUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
aggreate(List<Pair> target,
List<Pair> source) |
static void |
aggreate(Map<Integer,Double> target,
Map<Integer,Double> source) |
static Pair<Integer,Double>[] |
aggreate(Pair<Integer,Double>[] target,
Pair<Integer,Double>[] source) |
static void |
validateNull(Object... objects) |
Copyright © 2016. All rights reserved.