com.jniwrapper.macosx.corefoundation
Class CFArray

java.lang.Object
  extended bycom.jniwrapper.macosx.corefoundation.CFArray

public class CFArray
extends java.lang.Object


Constructor Summary
CFArray(CFArrayRef arrayRef)
           
 
Method Summary
 int getCount()
          Returns the number of values currently in an array.
protected static com.jniwrapper.Function getFunction(java.lang.String functionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFArray

public CFArray(CFArrayRef arrayRef)
Method Detail

getFunction

protected static com.jniwrapper.Function getFunction(java.lang.String functionName)

getCount

public int getCount()
Returns the number of values currently in an array.

Returns:
The number of values in the array.