接口 ListPersistentDataType<P,C>

类型参数:
P - the primitive type of the list element.
C - the complex type of the list elements.
所有超级接口:
PersistentDataType<List<P>,List<C>>

public interface ListPersistentDataType<P,C> extends PersistentDataType<List<P>,List<C>>
The list persistent data represents a data type that is capable of storing a list of other data types in a PersistentDataContainer.
  • 方法详细资料