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
A wrapper for the 
NativeLong type, used for CoreFoundation.CFNumberRef
 types, CoreFoundation.CFStringRef lengths, and CoreFoundation.CFArrayRef sizes and indices.- See Also:
- 
Field SummaryFields inherited from class com.sun.jna.NativeLongSIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class java.lang.NumberbyteValue, shortValue
- 
Constructor Details- 
CFIndexpublic CFIndex()
- 
CFIndexpublic CFIndex(long value) 
 
-