Uses of Class
net.sf.jagg.AggregateValue

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
<T> java.util.List<AggregateValue<T>>
Aggregation.groupBy(java.util.List<T> values)
          Perform one or more aggregate operations on a List<T>.
static
<T extends java.lang.Comparable<? super T>>
java.util.List<AggregateValue<T>>
Aggregations.groupBy(java.util.List<T> values, java.util.List<Aggregator> aggregators)
          Perform one or more aggregate operations on a List<T>.
static
<T extends java.lang.Comparable<? super T>>
java.util.List<AggregateValue<T>>
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
<T> java.util.List<AggregateValue<T>>
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
<T> java.util.List<AggregateValue<T>>
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
<T> java.util.List<AggregateValue<T>>
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
<T> java.util.List<AggregateValue<T>>
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>.
<T extends java.lang.Comparable<? super T>>
java.util.List<AggregateValue<T>>
Aggregation.groupByComparable(java.util.List<T> values)
          Perform one or more aggregate operations on a List<T>.
static
<T> java.util.List<AggregateValue<T>>
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.
 



Copyright © 2010-2013 jAgg Team. All Rights Reserved.