org.jminor.common.model.valuemap
Interface ValueCollectionProvider<V>

Type Parameters:
V - the type of the values
All Known Subinterfaces:
Entity, Entity.Key, ValueChangeMap<K,V>, ValueMap<K,V>
All Known Implementing Classes:
ValueChangeMapImpl, ValueMapImpl

public interface ValueCollectionProvider<V>

Specifies an object that provides a Collection of values.


Method Summary
 Collection<V> getValues()
          Retrieves the values associated with this value provider.
 

Method Detail

getValues

Collection<V> getValues()
Retrieves the values associated with this value provider.

Returns:
a collection containing the values provided by this value provider