Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages

G

get(ValueLayout.OfAddress, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads an address at the given offset from this address, with the given layout.
get(ValueLayout.OfAddress, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads an address at the given offset from this segment, with the given layout.
get(ValueLayout.OfBoolean, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a boolean at the given offset from this address, with the given layout.
get(ValueLayout.OfBoolean, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a boolean at the given offset from this segment, with the given layout.
get(ValueLayout.OfByte, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a byte at the given offset from this address, with the given layout.
get(ValueLayout.OfByte, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a byte at the given offset from this segment, with the given layout.
get(ValueLayout.OfChar, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a char at the given offset from this address, with the given layout.
get(ValueLayout.OfChar, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a char at the given offset from this segment, with the given layout.
get(ValueLayout.OfDouble, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a double at the given offset from this address, with the given layout.
get(ValueLayout.OfDouble, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a double at the given offset from this segment, with the given layout.
get(ValueLayout.OfFloat, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a float at the given offset from this address, with the given layout.
get(ValueLayout.OfFloat, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a float at the given offset from this segment, with the given layout.
get(ValueLayout.OfInt, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads an int at the given offset from this address, with the given layout.
get(ValueLayout.OfInt, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads an int at the given offset from this segment, with the given layout.
get(ValueLayout.OfLong, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a long at the given offset from this address, with the given layout.
get(ValueLayout.OfLong, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a long at the given offset from this segment, with the given layout.
get(ValueLayout.OfShort, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a short at the given offset from this address, with the given layout.
get(ValueLayout.OfShort, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a short at the given offset from this segment, with the given layout.
getAtIndex(ValueLayout.OfAddress, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads an address from this address at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfAddress, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads an address from this segment at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfChar, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a char from this address at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfChar, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a char from this segment at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfDouble, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a double from this address at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfDouble, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a double from this segment at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfFloat, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a float from this address at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfFloat, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a float from this segment at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfInt, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads an int from this address at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfInt, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads an int from this segment at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfLong, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a long from this address at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfLong, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a long from this segment at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfShort, long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a short from this address at the given index, scaled by the given layout size.
getAtIndex(ValueLayout.OfShort, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a short from this segment at the given index, scaled by the given layout size.
getUtf8String(long) - Method in interface java.lang.foreign.MemoryAddressPREVIEW
Reads a UTF-8 encoded, null-terminated string from this address at the given offset.
getUtf8String(long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a UTF-8 encoded, null-terminated string from this segment at the given offset.
global() - Static method in interface java.lang.foreign.MemorySessionPREVIEW
Returns the global memory session.
groupElement(String) - Static method in interface java.lang.foreign.MemoryLayout.PathElementPREVIEW
Returns a path element which selects a member layout with the given name in a group layout.
GroupLayoutPREVIEW - Class in java.lang.foreign
A compound layout that aggregates multiple member layouts.
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages