Class RelationValues<T extends ComplexEntity>

java.lang.Object
mc.core.domain.generic.RelationValues<T>
All Implemented Interfaces:
Serializable, Iterable<RelationValue<T>>

public class RelationValues<T extends ComplexEntity> extends Object implements Serializable, Iterable<RelationValue<T>>
immutable container for RelationValues with convenience methods for getting relation data as lists or maps
See Also: