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 withQuery.findSingleAttributeList()
andQuery.setCountDistinct(CountDistinctOrder)
.)- Author:
- Roland Praml, FOCONIS AG
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountedValue(A value, long count)
-