Uses of Interface
ca.odell.glazedlists.DisposableMap

Packages that use DisposableMap
ca.odell.glazedlists   
 

Uses of DisposableMap in ca.odell.glazedlists
 

Methods in ca.odell.glazedlists that return DisposableMap
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 Comparable,V>
DisposableMap<K,List<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,List<V>>
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.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2017-03-13 22:58