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