public class DateMap<T>
extends java.util.TreeMap<java.lang.Long,T>
Constructor and Description |
---|
DateMap() |
DateMap(java.util.Map<java.lang.Long,T> map) |
Modifier and Type | Method and Description |
---|---|
int |
countBetween(long after,
long before) |
boolean |
hasValuesBetween(long after,
long before) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
public DateMap()
public DateMap(java.util.Map<java.lang.Long,T> map)