public class SelectList extends LinkedHashMap<String,Operand>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SelectList() |
Modifier and Type | Method and Description |
---|---|
Operand |
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 SelectList()
@Deprecated public Operand get(int i)
SelectList
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.