nice.lang |
|
Java Source File Name | Type | Comment |
Native.java | Class | Basic functions, some targeted for inlining some time in the future... |
rawArray.java | Class | Class used to wrap native arrays when considered as part of the
collection hierarchy. |
rawBooleanArray.java | Class | Class used to wrap native boolean arrays when considered as part of the
collection hierarchy. |
rawByteArray.java | Class | Class used to wrap native byte arrays when considered as part of the
collection hierarchy. |
rawCharArray.java | Class | Class used to wrap native char arrays when considered as part of the
collection hierarchy. |
rawDoubleArray.java | Class | Class used to wrap native double arrays when considered as part of the
collection hierarchy. |
rawFloatArray.java | Class | Class used to wrap native float arrays when considered as part of the
collection hierarchy. |
rawIntArray.java | Class | Class used to wrap native int arrays when considered as part of the
collection hierarchy. |
rawLongArray.java | Class | Class used to wrap native long arrays when considered as part of the
collection hierarchy. |
rawObjectArray.java | Class | Class used to wrap native Object arrays when considered as part of the
collection hierarchy. |
rawShortArray.java | Class | Class used to wrap native short arrays when considered as part of the
collection hierarchy. |