com.sun.jini.jeri.internal.http
Class TimedMap.Mapping
java.lang.Object
com.sun.jini.jeri.internal.http.TimedMap.Queue.Node
com.sun.jini.jeri.internal.http.TimedMap.Mapping
- Enclosing class:
- TimedMap
private static class TimedMap.Mapping
- extends TimedMap.Queue.Node
Key/value mapping.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
final Object key
value
final Object value
expiry
long expiry
remove
boolean remove
TimedMap.Mapping
TimedMap.Mapping(Object key,
Object value,
long expiry)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.