Package org.alfresco.util
Interface ValueDerivingMapFactory.ValueDeriver<O,V>
-
- Enclosing class:
- ValueDerivingMapFactory<O,K,V>
public static interface ValueDerivingMapFactory.ValueDeriver<O,V>An interface for objects that derive the value for a specific entry in the map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VderiveValue(O source)Derives a value from the given source.
-