Added svn:keywords.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dbf6b5ced0
commit
73d8eab106
|
@ -58,7 +58,7 @@ import java.util.concurrent.TimeUnit;
|
||||||
* @param <K> the type of the keys in the map
|
* @param <K> the type of the keys in the map
|
||||||
* @param <V> the type of the values in the map
|
* @param <V> the type of the values in the map
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class PassiveExpiringMap<K, V>
|
public class PassiveExpiringMap<K, V>
|
||||||
extends AbstractMapDecorator<K, V>
|
extends AbstractMapDecorator<K, V>
|
||||||
|
@ -71,7 +71,7 @@ public class PassiveExpiringMap<K, V>
|
||||||
* @param <K> the type of the keys in the map
|
* @param <K> the type of the keys in the map
|
||||||
* @param <V> the type of the values in the map
|
* @param <V> the type of the values in the map
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public static class ConstantTimeToLiveExpirationPolicy<K, V>
|
public static class ConstantTimeToLiveExpirationPolicy<K, V>
|
||||||
implements ExpirationPolicy<K, V> {
|
implements ExpirationPolicy<K, V> {
|
||||||
|
@ -158,7 +158,7 @@ public class PassiveExpiringMap<K, V>
|
||||||
* @param <K> the key object type.
|
* @param <K> the key object type.
|
||||||
* @param <V> the value object type
|
* @param <V> the value object type
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public static interface ExpirationPolicy<K, V>
|
public static interface ExpirationPolicy<K, V>
|
||||||
extends Serializable {
|
extends Serializable {
|
||||||
|
|
Loading…
Reference in New Issue