com.sun.jini.lease
Class AbstractLeaseMap.Entry
java.lang.Object
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
e
private final Map.Entry e
AbstractLeaseMap.Entry
public AbstractLeaseMap.Entry(Map.Entry e)
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.