Module de.ibapl.jnhw.common
Package de.ibapl.jnhw.common.memory
Interface PointerArray32.ElementProducer<T extends OpaqueMemory32>
-
- Enclosing class:
- PointerArray32<T extends OpaqueMemory32>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface PointerArray32.ElementProducer<T extends OpaqueMemory32>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tproduce(NativeAddressHolder baseAddress, int index, T cachedElement)
-
-
-
Method Detail
-
produce
T produce(NativeAddressHolder baseAddress, int index, T cachedElement)
- Parameters:
baseAddress-index-cachedElement-- Returns:
-
-