public class ItemSetWithTimeWindow extends ItemSetWithTimeId
| Constructor and Description |
|---|
ItemSetWithTimeWindow() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getEndTime() |
long |
getStartTime() |
long |
getTime() |
int |
hashCode() |
boolean |
isBefore(ItemSetWithTimeId rhs) |
void |
setEndTime(long endTime) |
void |
setStartTime(long startTime) |
copy, getTimeId, makeCopy, setTime, setTimeId, timeElapsedaddAll, addItem, containsItem, countItems, dropFirstItem, dropLastItem, firstItem, getItemAt, getItems, getParentSupport, getSupport, incSupport, isSubsetOf, lastItem, prependItem, setItems, setParentSupport, setSupport, toStringpublic long getTime()
getTime in class ItemSetWithTimeIdpublic long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
public boolean isBefore(ItemSetWithTimeId rhs)
isBefore in class ItemSetWithTimeIdpublic boolean equals(Object obj)
equals in class ItemSetWithTimeIdpublic int hashCode()
hashCode in class ItemSetWithTimeIdCopyright © 2017. All rights reserved.