Uses of Interface
ca.odell.glazedlists.DisposableMap
-
Packages that use DisposableMap Package Description ca.odell.glazedlists -
-
Uses of DisposableMap in ca.odell.glazedlists
Methods in ca.odell.glazedlists that return DisposableMap Modifier and Type Method Description static <K,V>
DisposableMap<K,V>GlazedLists. syncEventListToMap(EventList<V> source, FunctionList.Function<V,K> keyMaker)
Synchronize the specifiedEventList
to a Map that is returned from this method.static <K extends java.lang.Comparable,V>
DisposableMap<K,java.util.List<V>>GlazedLists. syncEventListToMultiMap(EventList<V> source, FunctionList.Function<V,? extends K> keyMaker)
Synchronize the specifiedEventList
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 specifiedEventList
to a MultiMap that is returned from this method.
-