Uses of Interface
de.ibapl.jnhw.common.memory.StructArray32.ElementFactory
-
Packages that use StructArray32.ElementFactory Package Description de.ibapl.jnhw.common.memory Classes to manage blocks of native memory. -
-
Uses of StructArray32.ElementFactory in de.ibapl.jnhw.common.memory
Constructors in de.ibapl.jnhw.common.memory with parameters of type StructArray32.ElementFactory Constructor Description StructArray32(AbstractNativeMemory parent, long offset, T[] array, StructArray32.ElementFactory<T> factory, int elementSizeInBytes, AbstractNativeMemory.SetMem setMem)StructArray32(T[] array, StructArray32.ElementFactory<T> factory, int elementSizeInBytes, AbstractNativeMemory.SetMem setMem)
-