com.sony.csl.j2me.locationapitools
Class LocationCache.CacheEntry
java.lang.Object
com.sony.csl.j2me.locationapitools.LocationCache.CacheEntry
- Enclosing class:
- LocationCache
private class LocationCache.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
location
private Location location
LocationCache.CacheEntry
public LocationCache.CacheEntry(Location location)
getTimeStamp
public long getTimeStamp()
getLocation
public Location getLocation()
isOlderThan
public boolean isOlderThan(long timeStamp)
isOlderThanOrEquallyOldAs
public boolean isOlderThanOrEquallyOldAs(long timeStamp)
isNewerThan
public boolean isNewerThan(long timeStamp)
isNewerThanOrEquallyOldAs
public boolean isNewerThanOrEquallyOldAs(long timeStamp)