Package com.relogiclabs.jschema.library
Class ArrayMethods
Object
AbstractFunctions
AbstractMethods
ArrayMethods1
ArrayMethods
- All Implemented Interfaces:
InvokableNative,ScriptFunctions,ScriptMethods
public class ArrayMethods
extends ArrayMethods1
ArrayMethods is designed to provide public access to all internal array
methods of script.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ArrayMethods1
copy, fill, find, find, length, max, min, pop, push, reverse, sort, sumMethods inherited from class AbstractMethods
getSelf, setSelfMethods inherited from class AbstractFunctions
getMethod, getRuntime, getScope, setMethod, setScopeMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InvokableNative
getMethod, getRuntime, setMethodMethods inherited from interface ScriptFunctions
getScope, setContext, setScopeMethods inherited from interface ScriptMethods
setContext
-
Constructor Details
-
ArrayMethods
public ArrayMethods()
-
-
Method Details
-
getInstance
-