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 ()
ConstructorNo description is available for this element.
Return Type
DataMap
Modifiers
public
Methods
getSize (Map)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Map | target |
Return Type
Integer
Modifiers
public static
getKeys (Map)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Map | target |
Return Type
DataList
Modifiers
public static
getValues (Map)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Map | target |
Return Type
DataList
Modifiers
public static