public static final class ModeAggregate.Accumulator extends java.lang.Object implements java.lang.Comparable<ModeAggregate.Accumulator>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
_count |
private java.lang.Integer |
_value |
Constructor and Description |
---|
ModeAggregate.Accumulator(java.lang.Integer value) |
Modifier and Type | Method and Description |
---|---|
void |
add(int increment) |
int |
compareTo(ModeAggregate.Accumulator that) |
int |
getCount() |
java.lang.Integer |
getValue() |
public ModeAggregate.Accumulator(java.lang.Integer value)
public void add(int increment)
public java.lang.Integer getValue()
public int getCount()
public int compareTo(ModeAggregate.Accumulator that)
compareTo
in interface java.lang.Comparable<ModeAggregate.Accumulator>
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.