Skip navigation links
A B C E F G H I N R S T U 

F

flushContent(Object) - Method in interface com.is2t.hil.NativeInterface
Flush fully an array.
Equivalent to call NativeInterface.flushContent(Object, int, int) with the full array range.
flushContent(Object, int, int) - Method in interface com.is2t.hil.NativeInterface
Flush the content of an array.
Only range [offset, offset + length - 1] is flushed.
flushImmortalContent(Object) - Method in interface com.is2t.hil.NativeInterface
Flush fully an immortal array.
Equivalent to call NativeInterface.flushImmortalContent(Object, int, int) with the full array range.
flushImmortalContent(Object, int, int) - Method in interface com.is2t.hil.NativeInterface
Flush content of an immortal array.
Only range [offset, offset + length - 1] is flushed.
A B C E F G H I N R S T U 
Skip navigation links