Package com.sun.jna.platform.mac
Class CoreFoundation.CFIndex
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- com.sun.jna.NativeLong
-
- com.sun.jna.platform.mac.CoreFoundation.CFIndex
-
- All Implemented Interfaces:
NativeMapped
,Serializable
- Enclosing interface:
- CoreFoundation
public static class CoreFoundation.CFIndex extends NativeLong
A wrapper for theNativeLong
type, used forCoreFoundation.CFNumberRef
types,CoreFoundation.CFStringRef
lengths, andCoreFoundation.CFArrayRef
sizes and indices.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.jna.NativeLong
SIZE
-
-
Method Summary
-
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-