Package | Description |
---|---|
ca.odell.glazedlists |
Modifier and Type | Method and Description |
---|---|
static <K,V> DisposableMap<K,V> |
GlazedLists.syncEventListToMap(EventList<V> source,
FunctionList.Function<V,K> keyMaker)
Synchronize the specified
EventList to a Map that is returned
from this method. |
static <K extends java.lang.Comparable,V> |
GlazedLists.syncEventListToMultiMap(EventList<V> source,
FunctionList.Function<V,? extends K> keyMaker)
Synchronize the specified
EventList to a MultiMap that is
returned from this method. |
static <K,V> DisposableMap<K,java.util.List<V>> |
GlazedLists.syncEventListToMultiMap(EventList<V> source,
FunctionList.Function<V,? extends K> keyMaker,
java.util.Comparator<? super K> keyGrouper)
Synchronize the specified
EventList to a MultiMap that is
returned from this method. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by debian at 2016-11-28 3:17