Interface CompositeMapAccessor<T>

Type Parameters:
T - the value type
All Superinterfaces:
MapAccessor<T>, Serializable
All Known Implementing Classes:
SetValueMapAccessor

public interface CompositeMapAccessor<T> extends MapAccessor<T>
CompositeMapAccessor composes one or more MapAccessors.
Author:
Werner Randelshofer