|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisposableMap | |
---|---|
ca.odell.glazedlists |
Uses of DisposableMap in ca.odell.glazedlists |
---|
Methods in ca.odell.glazedlists that return DisposableMap | ||
---|---|---|
static
|
GlazedLists.syncEventListToMap(EventList<V> source,
FunctionList.Function<V,K> keyMaker)
Synchronize the specified EventList to a Map that is returned
from this method. |
|
static
|
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
|
GlazedLists.syncEventListToMultiMap(EventList<V> source,
FunctionList.Function<V,? extends K> keyMaker,
Comparator<? super K> keyGrouper)
Synchronize the specified EventList to a MultiMap that is
returned from this method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |