Class DateMap<T>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Long,T>
com.djrapitops.plan.delivery.domain.DateMap<T>
All Implemented Interfaces:
Serializable, Cloneable, Map<Long,T>, NavigableMap<Long,T>, SortedMap<Long,T>

public class DateMap<T> extends TreeMap<Long,T>
Basic TreeMap that uses Epoch MS as keys.
See Also:
  • Constructor Details

    • DateMap

      public DateMap()
    • DateMap

      public DateMap(Map<Long,T> map)
  • Method Details

    • hasValuesBetween

      public boolean hasValuesBetween(long after, long before)
    • countBetween

      public int countBetween(long after, long before)