Class SinglePropertyContainer<V>

java.lang.Object
VASSAL.property.SinglePropertyContainer<V>
Type Parameters:
V - the class of the value of the contained Property
All Implemented Interfaces:
PropertyContainer

public class SinglePropertyContainer<V> extends Object implements PropertyContainer
A PropertyContainer which holds one Property. This class is intended for testing purposes only. It will not generally be useful to have a dedicated container which holds only one Property.
Since:
3.2.0
Author:
Joel Uckelman