public class ValueDerivingMapFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValueDerivingMapFactory.ValueDeriver
An interface for objects that derive the value for a specific entry in the map.
|
| Constructor and Description |
|---|
ValueDerivingMapFactory(java.util.Map valueDerivers)
Instantiates a new value deriving map factory.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getMap(java.lang.Object source)
Gets a map that derives its values from the given source.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.