-
Method Summary
Returns the time this entry was created.
Returns the last access end time, as an offset of the last access start time.
Returns the last access start time, as an offset of the creation time.
boolean
Returns true, if this is a newly created entry, false otherwise.
-
Method Details
-
isNew
boolean isNew()
Returns true, if this is a newly created entry, false otherwise.
- Returns:
- true, if this is a newly created entry, false otherwise.
-
getCreationTime
Returns the time this entry was created.
- Returns:
- the creation time
-
getLastAccessStartTime
Returns the last access start time, as an offset of the creation time.
- Returns:
- the last access start time, as an offset of the creation time.
-
getLastAccessEndTime
Returns the last access end time, as an offset of the last access start time.
- Returns:
- the last access end time, as an offset of the last access start time.