com.mysema.query.group
Class GAvg<T extends Number & Comparable<T>>

java.lang.Object
  extended by com.mysema.query.group.AbstractGroupExpression<T,T>
      extended by com.mysema.query.group.GAvg<T>
Type Parameters:
T -
All Implemented Interfaces:
GroupExpression<T,T>, Expression<T>, Serializable

public class GAvg<T extends Number & Comparable<T>>
extends AbstractGroupExpression<T,T>

Author:
tiwe
See Also:
Serialized Form

Constructor Summary
GAvg(Expression<T> expr)
           
 
Method Summary
 GroupCollector<T,T> createGroupCollector()
           
 
Methods inherited from class com.mysema.query.group.AbstractGroupExpression
accept, as, as, equals, getExpression, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GAvg

public GAvg(Expression<T> expr)
Method Detail

createGroupCollector

public GroupCollector<T,T> createGroupCollector()
Returns:
a new GroupCollector to collect values belonging to this group.


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.