com.sun.jini.norm
Class ClientLeaseMapWrapper.Entry

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

private final class ClientLeaseMapWrapper.Entry
extends Object
implements Map.Entry

Our implementation of Map.Entry


Field Summary
private  ClientLeaseWrapper key
          The key
 
Constructor Summary
ClientLeaseMapWrapper.Entry(ClientLeaseWrapper key)
           
 
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

key

private final ClientLeaseWrapper key
The key

Constructor Detail

ClientLeaseMapWrapper.Entry

public ClientLeaseMapWrapper.Entry(ClientLeaseWrapper key)
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.