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.MemorySegmentPREVIEW
Reads an address from this segment at the given offset, with the given layout.
get(ValueLayout.OfBoolean, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a boolean from this segment at the given offset, with the given layout.
get(ValueLayout.OfByte, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a byte from this segment at the given offset, with the given layout.
get(ValueLayout.OfChar, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a char from this segment at the given offset, with the given layout.
get(ValueLayout.OfDouble, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a double from this segment at the given offset, with the given layout.
get(ValueLayout.OfFloat, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a float from this segment at the given offset, with the given layout.
get(ValueLayout.OfInt, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads an int from this segment at the given offset, with the given layout.
get(ValueLayout.OfLong, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a long from this segment at the given offset, with the given layout.
get(ValueLayout.OfShort, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads a short from this segment at the given offset, with the given layout.
getAtIndex(ValueLayout.OfAddress, long) - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Reads an address from this segment at the given 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.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.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.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.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.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.MemorySegmentPREVIEW
Reads a UTF-8 encoded, null-terminated string from this segment at the given offset.
global() - Static method in interface java.lang.foreign.SegmentScopePREVIEW
Obtains the global scope.
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 - Interface 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