📄 formatter.java
字号:
//// nanovm/util/Formatter.java//// When converting NanoVM code using the Convert tool, this// code will magically be replaced by native methods. This// code will never be called.//// It is possible to fill this code with e.g. a graphical // representation of the Asuro allowing the Java code to be// run on a PC using a Asuro simulation//package nanovm.util;public class Formatter { public static native String format(int val, String format); public static native String format(boolean val, String format); public static native String format(float val, String format);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -