private final class ClientLeaseMapWrapper.Entry extends Object implements Map.Entry
| Modifier and Type | Field and Description |
|---|---|
private ClientLeaseWrapper |
key
The key
|
| Constructor and Description |
|---|
Entry(ClientLeaseWrapper key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getKey() |
Object |
getValue() |
int |
hashCode() |
Object |
setValue(Object value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueprivate final ClientLeaseWrapper key
public Entry(ClientLeaseWrapper key)
public boolean equals(Object o)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.