|
XMT-O Reference Software | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.TreeMap | +--xmto2xmta.timegraph.InstanceTimeList
An ordered list of instance times.
History:
Inner classes inherited from class java.util.TreeMap |
java.util.TreeMap.Entry |
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Fields inherited from class java.util.TreeMap |
BLACK, comparator, ENTRIES, entrySet, KEYS, keySet, modCount, RED, root, serialVersionUID, size, values, VALUES |
Constructor Summary | |
InstanceTimeList()
|
Method Summary | |
Time |
getNextResolvedTime(Time from)
|
Time |
getNextResolvedTimeAfter(Time from)
|
Time |
getNextTime(Time from)
|
Time |
getNextTimeAfter(Time from)
|
boolean |
hasResolvedTime(Time from)
|
boolean |
hasResolvedTimeAfter(Time from)
|
boolean |
hasTime(Time from)
|
boolean |
hasTimeAfter(Time from)
|
void |
putTime(Time time,
java.lang.Object condition)
|
void |
removeTime(Time time,
java.lang.Object condition)
|
Methods inherited from class java.util.TreeMap |
addAllForTreeSet, buildFromSorted, buildFromSorted, clear, clone, colorOf, comparator, compare, computeRedLevel, containsKey, containsValue, decrementSize, deleteEntry, entrySet, firstEntry, firstKey, fixAfterDeletion, fixAfterInsertion, get, getCeilEntry, getEntry, getPrecedingEntry, headMap, incrementSize, key, keySet, lastEntry, lastKey, leftOf, parentOf, put, putAll, readObject, readTreeSet, remove, rightOf, rotateLeft, rotateRight, setColor, size, subMap, successor, swapPosition, tailMap, valEquals, values, valueSearchNonNull, valueSearchNull, writeObject |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, isEmpty, toString |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface java.util.Map |
equals, hashCode, isEmpty |
Constructor Detail |
public InstanceTimeList()
Method Detail |
public void putTime(Time time, java.lang.Object condition)
public void removeTime(Time time, java.lang.Object condition)
public boolean hasTime(Time from)
public boolean hasResolvedTime(Time from)
public boolean hasTimeAfter(Time from)
public boolean hasResolvedTimeAfter(Time from)
public Time getNextTime(Time from)
public Time getNextTimeAfter(Time from)
public Time getNextResolvedTime(Time from)
public Time getNextResolvedTimeAfter(Time from)
|
XMT-O Reference Software | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |