Package org.robovm.apple.corefoundation
Class CFLocaleComponents
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corefoundation.CFLocaleComponents
public class CFLocaleComponents extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFLocaleComponents.AsListMarshalerstatic classCFLocaleComponents.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CFLocaleComponents() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFLocaleComponent key, Class<T> type)booleanhas(CFLocaleComponent key)CFLocaleComponentsset(CFLocaleComponent key, NativeObject value)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CFLocaleComponents
public CFLocaleComponents()
-
-
Method Details