| Package | Description |
|---|---|
| org.apache.commons.collections4.map |
| Modifier and Type | Class and Description |
|---|---|
static class |
PassiveExpiringMap
A
ExpirationPolicy that returns a expiration time that is a constant about of time in the future from the current time.
|
| Constructor and Description | |
|---|---|
PassiveExpiringMap(PassiveExpiringMap
Construct a map decorator using the given expiration policy to determine expiration times.
|
|
PassiveExpiringMap(PassiveExpiringMap
Construct a map decorator that decorates the given map and uses the given expiration policy to determine expiration times.
|