Package org.robovm.apple.foundation
Class NSFastEnumerationState
- All Implemented Interfaces:
Iterable<NSFastEnumerationState>
public class NSFastEnumerationState extends Struct<NSFastEnumerationState>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSFastEnumerationState.NSFastEnumerationStatePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description NSFastEnumerationState()NSFastEnumerationState(long state, NSObject itemsPtr, MachineSizedUIntPtr mutationsPtr, MachineSizedUIntPtr extra) -
Method Summary
Modifier and Type Method Description MachineSizedUIntPtrgetExtra()NSObjectgetItemsPtr()MachineSizedUIntPtrgetMutationsPtr()longgetState()NSFastEnumerationStatesetExtra(MachineSizedUIntPtr extra)NSFastEnumerationStatesetItemsPtr(NSObject itemsPtr)NSFastEnumerationStatesetMutationsPtr(MachineSizedUIntPtr mutationsPtr)NSFastEnumerationStatesetState(long state)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
NSFastEnumerationState
public NSFastEnumerationState() -
NSFastEnumerationState
public NSFastEnumerationState(long state, NSObject itemsPtr, MachineSizedUIntPtr mutationsPtr, MachineSizedUIntPtr extra)
-
-
Method Details
-
getState
public long getState() -
setState
-
getItemsPtr
-
setItemsPtr
-
getMutationsPtr
-
setMutationsPtr
-
getExtra
-
setExtra
-