|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregateValue | |
---|---|
net.sf.jagg | Provides the classes and API necessary to perform aggregate operations. |
Uses of AggregateValue in net.sf.jagg |
---|
Methods in net.sf.jagg that return types with arguments of type AggregateValue | ||
---|---|---|
|
Aggregation.groupBy(java.util.List<T> values)
Perform one or more aggregate operations on a List<T> . |
|
static
|
Aggregations.groupBy(java.util.List<T> values,
java.util.List<Aggregator> aggregators)
Perform one or more aggregate operations on a List<T> . |
|
static
|
Aggregations.groupBy(java.util.List<T> values,
java.util.List<Aggregator> aggregators,
int parallelism)
Perform one or more aggregate operations on a List<T> . |
|
static
|
Aggregations.groupBy(java.util.List<T> values,
java.util.List<java.lang.String> properties,
java.util.List<Aggregator> aggregators)
Perform one or more aggregate operations on a List<T> . |
|
static
|
Aggregations.groupBy(java.util.List<T> values,
java.util.List<java.lang.String> properties,
java.util.List<Aggregator> aggregators,
boolean useMsd)
Perform one or more aggregate operations on a List<T> . |
|
static
|
Aggregations.groupBy(java.util.List<T> values,
java.util.List<java.lang.String> properties,
java.util.List<Aggregator> aggregators,
int parallelism)
Perform one or more aggregate operations on a List<T> . |
|
static
|
Aggregations.groupBy(java.util.List<T> values,
java.util.List<java.lang.String> properties,
java.util.List<Aggregator> aggregators,
int parallelism,
boolean useMsd)
Perform one or more aggregate operations on a List<T> . |
|
|
Aggregation.groupByComparable(java.util.List<T> values)
Perform one or more aggregate operations on a List<T> . |
|
static
|
Aggregations.mergeLists(java.util.List<net.sf.jagg.PositionedAggregatorList<T>> listOfPals,
java.util.Comparator<? super T> comparator,
boolean useSuperAggregation,
java.util.List<java.lang.String> properties)
Merge Lists of PositionedAggregatorLists , by
taking the following structure and merging and terminating any unfinished
Aggregators : |
Methods in net.sf.jagg with parameters of type AggregateValue | |
---|---|
int |
AggregateValuePropertiesComparator.compare(AggregateValue<T> av1,
AggregateValue<T> av2)
Compares the given objects to determine order. |
int |
AggregateValuePropertiesComparator.compare(AggregateValue<T> av1,
AggregateValue<T> av2)
Compares the given objects to determine order. |
Constructors in net.sf.jagg with parameters of type AggregateValue | |
---|---|
AggregateValue(AggregateValue<T> other)
Create an AggregateValue using another
AggregateValue . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |