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
A wrapper for the
NativeLong type, used for CoreFoundation.CFNumberRef
types, CoreFoundation.CFStringRef lengths, and CoreFoundation.CFArrayRef sizes and indices.- See Also:
-
Field Summary
Fields inherited from class NativeLong
SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class Number
byteValue, shortValue
-
Constructor Details
-
CFIndex
public CFIndex() -
CFIndex
public CFIndex(long value)
-