Uses of Class
org.qbicc.interpreter.memory.IntArrayMemory
Packages that use IntArrayMemory
-
Uses of IntArrayMemory in org.qbicc.interpreter.memory
Methods in org.qbicc.interpreter.memory that return IntArrayMemoryModifier and TypeMethodDescriptionstatic IntArrayMemoryMemoryFactory.wrap(int[] array) Wrap the given array as a memory of the same size and type.