Uses of Interface
com.taco.data.IObservableMap

Packages that use IObservableMap
com.taco.data   
 

Uses of IObservableMap in com.taco.data
 

Subinterfaces of IObservableMap in com.taco.data
 interface IDelayedResultObservableMap
          A marker interface that observable, no return maps implement to indicate that instances of IDelayedResult can be put into the map, and they are transparently evaluated when get() retrieves them.
 interface INoReturnObservableMap
          A combination of INoReturnMap and IObservableMap.
 

Classes in com.taco.data that implement IObservableMap
 class DelayedResultObservableMap
          A useful type of WrappedObservableMap which is able to unwrap values that are instances of IDelayedResult.
 class ObservableMap
          A concrete implementation of IObservableMap.
 class WrappedObservableMap
          A map that wraps keys and values and is also observable.