Class MultiValue<V>

java.lang.Object
ch.nolix.system.property.value.AbstractValue<V>
ch.nolix.system.property.value.MultiValue<V>
Type Parameters:
V - is the type of the values of a MultiValue.
All Implemented Interfaces:
INameHolder, Clearable, EmptinessRequestable, MaterializationRequestable, IProperty, IBaseValue, IMultiValue<V>

public final class MultiValue<V> extends AbstractValue<V> implements IMultiValue<V>
Author:
Silvan Wyss