org.alfresco.util
Interface ValueDerivingMapFactory.ValueDeriver
- Enclosing class:
- ValueDerivingMapFactory
public static interface ValueDerivingMapFactory.ValueDeriver
An interface for objects that derive the value for a specific entry in the map.
Method Summary |
java.lang.Object |
deriveValue(java.lang.Object source)
Derives a value from the given source. |
deriveValue
java.lang.Object deriveValue(java.lang.Object source)
- Derives a value from the given source.
- Parameters:
source
- the source
- Returns:
- the derived value
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.