public final class FacesComparatorMap extends Object implements Map<Object,Object>
get() and put().| Modifier and Type | Class and Description |
|---|---|
static class |
FacesComparatorMap.ComparatorPropertyType |
| Constructor and Description |
|---|
FacesComparatorMap(Class<Enum<?>> enumType,
FacesDialogBean jsfBean,
FacesComparatorMap.ComparatorPropertyType comparatorPropertyType)
Create a new Map for the given comparator property type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Object,Object>> |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set<Object> |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map<? extends Object,? extends Object> m) |
String |
remove(Object key) |
int |
size() |
Collection<Object> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic FacesComparatorMap(Class<Enum<?>> enumType, FacesDialogBean jsfBean, FacesComparatorMap.ComparatorPropertyType comparatorPropertyType)
enumType - - the DialogObjectConstant type for this MapjsfBean - - the JSF bean to get the table model fromcomparatorPropertyType - - the comparator property type for this MapCopyright © 2006–2017 Esito AS. All rights reserved.