public class ItemSetWithTimeId extends ItemSet
| Constructor and Description |
|---|
ItemSetWithTimeId() |
ItemSetWithTimeId(String[] items) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(ItemSet obj) |
boolean |
equals(Object rhs) |
long |
getTime() |
long |
getTimeId() |
int |
hashCode() |
boolean |
isBefore(ItemSetWithTimeId rhs) |
ItemSet |
makeCopy() |
void |
setTime(long time) |
void |
setTimeId(long timeId) |
long |
timeElapsed(ItemSetWithTimeId earlierItemSet) |
addAll, addItem, containsItem, countItems, dropFirstItem, dropLastItem, firstItem, getItemAt, getItems, getParentSupport, getSupport, incSupport, isSubsetOf, lastItem, prependItem, setItems, setParentSupport, setSupport, toStringpublic ItemSetWithTimeId(String[] items)
public ItemSetWithTimeId()
public long getTimeId()
public void setTimeId(long timeId)
public long getTime()
public void setTime(long time)
public boolean isBefore(ItemSetWithTimeId rhs)
public long timeElapsed(ItemSetWithTimeId earlierItemSet)
Copyright © 2017. All rights reserved.