Package org.robovm.apple.uikit
Class UICollectionElementKind.AsListMarshaler
- java.lang.Object
-
- org.robovm.apple.uikit.UICollectionElementKind.AsListMarshaler
-
- Enclosing class:
- UICollectionElementKind
public static class UICollectionElementKind.AsListMarshaler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AsListMarshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
toNative(java.util.List<UICollectionElementKind> l, long flags)
static java.util.List<UICollectionElementKind>
toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static java.util.List<UICollectionElementKind> toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
-
toNative
public static long toNative(java.util.List<UICollectionElementKind> l, long flags)
-
-