|
JTemporal Home Tutorial |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jtemporal.AbstractTemporalSet<V>
V
- the type of the valuepublic abstract class AbstractTemporalSet<V>
Features common to the MultiMaps.
Constructor Summary | |
---|---|
AbstractTemporalSet()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
Period |
extent(java.lang.Object value)
Return a period enclosing firstInstant(value) and lastInstantvalue() |
boolean |
putAll(TemporalSet<? extends V> mtm)
Copies all of the mappings from the specified map to this map. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jtemporal.TemporalSet |
---|
clear, contains, containsValue, entrySet, firstInstant, firstPeriod, getPeriod, isEmpty, isEmpty, lastInstant, lastPeriod, periodSet, put, remove, removePeriod, removeValue, size, sizeAt, sizeFor, sizeValues, valueSet, valueSet |
Constructor Detail |
---|
public AbstractTemporalSet()
Method Detail |
---|
public Period extent(java.lang.Object value)
TemporalSet
extent
in interface TemporalSet<V>
TemporalSet.firstInstant(Object)
,
TemporalSet.lastInstant(Object)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean putAll(TemporalSet<? extends V> mtm)
TemporalSet
putAll
in interface TemporalSet<V>
mtm
- Mappings to be stored in this map.
|
JTemporal Home Tutorial |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |