public class FromList extends LinkedHashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
FromList() |
Modifier and Type | Method and Description |
---|---|
String |
get(int i)
Deprecated.
since 9.1
|
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public FromList()
@Deprecated public String get(int i)
FromList
with LinkedHashMap.keySet()
,
LinkedHashMap.values()
or LinkedHashMap.entrySet()
.
We kept this method because removing it could lead to regressions as (LinkedHashMap.get(Object)
is a candidate.Copyright © 2018 Nuxeo. All rights reserved.