public class CombineStack extends Object
Modifier and Type | Field and Description |
---|---|
Object |
key |
double |
negativeSum |
double |
positiveSum |
Constructor and Description |
---|
CombineStack()
Creates a new instance of the
CombineStack class. |
public Object key
public double positiveSum
public double negativeSum
public CombineStack()
CombineStack
class.