public static class MapArgs.LEntry extends Object implements Map.Entry<String,Object>, Serializable, Cloneable
| Constructor and Description |
|---|
LEntry() |
LEntry(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
MapArgs.LEntry |
clone() |
boolean |
equals(Object obj) |
String |
getKey() |
Object |
getValue() |
int |
hashCode() |
void |
setKey(String key) |
Object |
setValue(Object o) |
String |
toString() |
finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic void setKey(String key)
public boolean equals(Object obj)
public int hashCode()
public MapArgs.LEntry clone()
Copyright © 2016 LSST. All rights reserved.