Package com.twelvemonkeys.util
Class TimeoutMap.TimedEntry
java.lang.Object
com.twelvemonkeys.util.AbstractDecoratedMap.BasicEntry<K,V>
com.twelvemonkeys.util.TimeoutMap.TimedEntry
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
- Enclosing class:
TimeoutMap<K,
V>
Keeps track of timed objects
-
Field Summary
FieldsFields inherited from class com.twelvemonkeys.util.AbstractDecoratedMap.BasicEntry
mKey, mValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final long
expires()
(package private) final boolean
(package private) final boolean
isExpiredBy
(long pTime) private void
Methods inherited from class com.twelvemonkeys.util.AbstractDecoratedMap.BasicEntry
equals, getKey, getValue, hashCode, recordAccess, recordRemoval, toString
-
Field Details
-
mTimestamp
private long mTimestamp
-
-
Constructor Details
-
TimedEntry
-
-
Method Details