public interface AggregateValue
Modifier and Type | Method and Description |
---|---|
void |
aggregate(Object o)
Mehthod which aggregates the Object with the Object o
|
int |
compareKey(Object o)
Compare the key of this Aggregate Value, returns 0 if its the same key.
|
int compareKey(Object o)
o
- the objectvoid aggregate(Object o)
o
- tho object which is aggregated with this object
The value of this object has to be set to the aggregated value@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.