Class MapDataType<M extends Map<K,V>,K,V>

java.lang.Object
com.jeff_media.morepersistentdatatypes.datatypes.collections.MapDataType<M,K,V>
Type Parameters:
M - The map type
K - The key type
V - The value type
All Implemented Interfaces:
PersistentDataType<PersistentDataContainer,M>

public class MapDataType<M extends Map<K,V>,K,V> extends Object implements PersistentDataType<PersistentDataContainer,M>