public class AggregationStateSorted extends Object
Constructor and Description |
---|
AggregationStateSorted() |
Modifier and Type | Method and Description |
---|---|
Collection<EventBean> |
collectionReadOnly() |
EventBean |
getFirstValue() |
EventBean |
getLastValue() |
int |
getSize() |
TreeMap<Object,Object> |
getSorted() |
void |
setSize(int size) |
void |
setSorted(TreeMap<Object,Object> sorted) |
public int getSize()
public void setSize(int size)
public EventBean getFirstValue()
public EventBean getLastValue()
public Collection<EventBean> collectionReadOnly()
Copyright © 2005–2020. All rights reserved.