Class CollectionDataType<C extends Collection<T>,T>

java.lang.Object
com.jeff_media.morepersistentdatatypes.datatypes.collections.CollectionDataType<C,T>
Type Parameters:
C - The type of the collection
T - The type of the collection's elements
All Implemented Interfaces:
PersistentDataType<PersistentDataContainer,C>

public class CollectionDataType<C extends Collection<T>,T> extends Object implements PersistentDataType<PersistentDataContainer,C>