com.sun.jini.lease
Class AbstractLeaseMap.Entry

java.lang.Object
  extended by com.sun.jini.lease.AbstractLeaseMap.Entry
All Implemented Interfaces:
Map.Entry
Enclosing class:
AbstractLeaseMap

private static final class AbstractLeaseMap.Entry
extends Object
implements Map.Entry

Pass through, except for type checking on setValue


Field Summary
private  Map.Entry e
           
 
Constructor Summary
AbstractLeaseMap.Entry(Map.Entry e)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

e

private final Map.Entry e
Constructor Detail

AbstractLeaseMap.Entry

public AbstractLeaseMap.Entry(Map.Entry e)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry
Overrides:
hashCode in class Object


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.