|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.io.shpapi.DBaseIndex.Cache.Item
Inner class for the cache items
Field Summary | |
(package private) DBaseIndex.Page |
p
|
(package private) long |
timeStamp
|
Constructor Summary | |
(package private) |
DBaseIndex.Cache.Item(DBaseIndex.Page p)
Create a new item with the given page |
Method Summary | |
int |
compareTo(java.lang.Object o)
Compare the time stamp from this object to the time stamp of another object |
(package private) void |
use()
Mark the item as used (eg. create a new time stamp) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
long timeStamp
DBaseIndex.Page p
Constructor Detail |
DBaseIndex.Cache.Item(DBaseIndex.Page p)
Method Detail |
void use()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |