KeyValue.@Deprecated public class KeyedListElement extends KeyValue<String,String>
| Constructor and Description |
|---|
KeyedListElement(byte[] key,
byte[] element)
Deprecated.
|
KeyedListElement(String key,
String element)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getElement()
Deprecated.
Use
Map.Entry.getValue(). |
equals, getKey, getValue, hashCode, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue@Deprecated public String getElement()
Map.Entry.getValue().Copyright © 2022. All rights reserved.