Package se.krka.kahlua.j2se
Class J2SEPlatform
java.lang.Object
se.krka.kahlua.j2se.J2SEPlatform
- All Implemented Interfaces:
Platform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic J2SEPlatformnewTable()doublepow(double double1, double double2) voidsetupEnvironment(KahluaTable kahluaTable)
-
Constructor Details
-
J2SEPlatform
public J2SEPlatform()
-
-
Method Details
-
getInstance
-
pow
public double pow(double double1, double double2) -
newTable
-
newEnvironment
- Specified by:
newEnvironmentin interfacePlatform
-
setupEnvironment
- Specified by:
setupEnvironmentin interfacePlatform
-