public class MapEntry<K,V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MapEntry.Entry<K,V> |
| Constructor and Description |
|---|
MapEntry() |
MapEntry(List<MapEntry.Entry<K,V>> entryListInstance)
can be used when special SortedList is necessary, e.g. for Schedules because order is important for displaying
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapEntry<K,V> |
convertFromMap(Map<K,V> map) |
Map<K,V> |
convertToMap() |
boolean |
equals(Object obj) |
V |
findValueForKey(K key) |
V |
findValueForKeyString(String key,
boolean ignoreKeyStringCase) |
List<MapEntry.Entry<K,V>> |
getEntryList() |
int |
hashCode() |
void |
setEntryList(List<MapEntry.Entry<K,V>> entryList) |
String |
toString() |
public MapEntry()
public MapEntry(List<MapEntry.Entry<K,V>> entryListInstance)
public List<MapEntry.Entry<K,V>> getEntryList()
public void setEntryList(List<MapEntry.Entry<K,V>> entryList)
Copyright © 2019. All rights reserved.