| Constructor and Description |
|---|
Solution(V[] values,
Index<Solution<V>> expirationIndex) |
Solution(V[] values,
long expirationTime,
Index<Solution<V>> expirationIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareByExpirationTime(Solution<V> other) |
boolean |
equals(Object other) |
void |
expire()
An operation to be executed when an item expires.
|
long |
getExpirationTime()
Gets the expiration time for this object
|
V[] |
getValues() |
int |
hashCode() |
boolean |
isExpired()
Tests the object for "tombstone" status
|
public V[] getValues()
public long getExpirationTime()
ExpirablegetExpirationTime in interface Expirablepublic void expire()
Expirablepublic boolean isExpired()
ExpirableCopyright © 2016. All Rights Reserved.