java.lang.Object
com.jeff_media.morepersistentdatatypes.datatypes.collections.ArrayDataType<T>
Type Parameters:
T - The type of the array
All Implemented Interfaces:
PersistentDataType<PersistentDataContainer,T[]>

public class ArrayDataType<T> extends Object implements PersistentDataType<PersistentDataContainer,T[]>
A PersistentDataType for arrays