- allocateBoolean(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
-
Creates a new buffer of boolean values.
- allocateBytes(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
-
Creates a new buffer of byte values.
- allocateChars(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
-
Creates a new buffer of char values.
- allocateDoubles(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
-
Creates a new buffer of double values.
- allocateFloats(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
-
Creates a new buffer of float values.
- allocateIntegers(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
-
Creates a new buffer of integer values.
- allocateLongs(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
-
Creates a new buffer of long values.
- allocateShorts(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
-
Creates a new buffer of short values.
- ApplicationLogger - Interface in org.jdtaus.core.text.spi
-
Logs messages to applications.