com.sun.jini.norm
Class ClientLeaseMapWrapper.Entry
java.lang.Object
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
key
private final ClientLeaseWrapper key
- The key
ClientLeaseMapWrapper.Entry
public ClientLeaseMapWrapper.Entry(ClientLeaseWrapper key)
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.