com.sony.csl.j2me.locationapitools
Class CoordinatesCache.CacheEntry
java.lang.Object
com.sony.csl.j2me.locationapitools.CoordinatesCache.CacheEntry
- Enclosing class:
- CoordinatesCache
private class CoordinatesCache.CacheEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeStamp
private long timeStamp
coordinates
private Coordinates coordinates
CoordinatesCache.CacheEntry
public CoordinatesCache.CacheEntry(long timeStamp,
Coordinates coordinates)
getTimeStamp
public long getTimeStamp()
getCoordinates
public Coordinates getCoordinates()
isOlderThan
public boolean isOlderThan(long timeStamp)
isOlderThanOrEquallyOldAs
public boolean isOlderThanOrEquallyOldAs(long timeStamp)
isNewerThan
public boolean isNewerThan(long timeStamp)
isNewerThanOrEquallyOldAs
public boolean isNewerThanOrEquallyOldAs(long timeStamp)