Package io.ebean

Class CountedValue<A>

java.lang.Object
io.ebean.CountedValue<A>
All Implemented Interfaces:
Serializable

public class CountedValue<A>
extends Object
implements Serializable
Holds a distinct value with it's count. (Used with Query.findSingleAttributeList() and Query.setCountDistinct(CountDistinctOrder).)
Author:
Roland Praml, FOCONIS AG
See Also:
Serialized Form