DataMap

Class

The map implementation used by Skript maps. This is an extension of Java's HashMap.

Currently, this has no special behaviour.

Extends

HashMap

Implements

Serializable

Modifiers

public

Constructors


new DataMap ()

Constructor
No description is available for this element.
Return Type

DataMap

Modifiers

public


Methods


getSize (Map)

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

Integer

Modifiers

public static

getKeys (Map)

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

DataList

Modifiers

public static

getValues (Map)

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

DataList

Modifiers

public static