Class CoreFoundation.CFArrayRef
java.lang.Object
oshi.ffm.mac.CoreFoundation.CFTypeRef
oshi.ffm.mac.CoreFoundation.CFArrayRef
- Enclosing interface:
CoreFoundation
A reference to a CFArray object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Get the count of items in the arraygetValueAtIndex(int idx) Get a value at the specified index
-
Constructor Details
-
CFArrayRef
-
-
Method Details
-
getCount
public int getCount()Get the count of items in the array- Returns:
- Number of items
-
getValueAtIndex
Get a value at the specified index- Parameters:
idx- The index- Returns:
- The value at that index
-