Package org.freedesktop.wayland.util
Class WlArray
java.lang.Object
org.freedesktop.wayland.util.WlArray
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf it is an array of enum values, then you can get the enum using this helperstatic <T> List
<T> toList
(MemorySegment arraySegment, ValueLayout valueLayout, Class<T> type) <T> List
<T> toList
(ValueLayout valueLayout, Class<T> type)
-
Field Details
-
arrayPtr
-
-
Constructor Details
-
WlArray
-
-
Method Details
-
asByteBuffer
-
toList
-
toList
public static <T> List<T> toList(MemorySegment arraySegment, ValueLayout valueLayout, Class<T> type) -
asEnum
-