DataList

Class

The list implementation used by Skript lists. This is an extension of Java's ArrayList.

Currently, this has no special behaviour.

Extends

ArrayList

Implements

Serializable

Modifiers

public

Constructors


new DataList ()

Constructor
No description is available for this element.
Return Type

DataList

Modifiers

public

new DataList (Collection)

Constructor
No description is available for this element.
IndexTypeName
1Collectioncollection
Return Type

DataList

Modifiers

public


Methods


of (Object...)

Method
No description is available for this element.
IndexTypeName
1Object[]objects
Return Type

DataList

Modifiers

public static varargs

getSize (Collection)

Method
No description is available for this element.
IndexTypeName
1Collectiontarget
Return Type

Integer

Modifiers

public static