Class
MGOrderedDictionary
/// /// ////// ////// ////// ////// ////// ////// //
Declaration
class MGOrderedDictionary<KeyType, ObjectType> where KeyType : AnyObject, ObjectType : AnyObjectDeclaration
@interface MGOrderedDictionary : NSMutableDictionaryDeclaration
class MGOrderedDictionary(dict)Topics
Initializers
This method is similar to initWithDictionary, the difference is: This method will Scan the all Dictionary tree converting internal elements too.
Instance Properties
Returns a reference to the internal order array.
Instance Methods
Reorder the Dictionary using one giving function.
Subscripts
Topics
Instance Properties
Returns a reference to the internal order array.
Instance Methods
This method is similar to initWithDictionary, the difference is: This method will Scan the all Dictionary tree converting internal elements too.
Reorder the Dictionary using one giving function.
Relationships
Inherits From
NSMutableDictionary
Conforms To
CoreData.NSFetchRequestResultFoundation.NSCodingFoundation.NSCopyingFoundation.NSFastEnumerationFoundation.NSMutableCopyingFoundation.NSSecureCodingObjectiveC.NSObjectProtocolSwift.CVarArgSwift.CustomDebugStringConvertibleSwift.CustomReflectableSwift.CustomStringConvertibleSwift.EquatableSwift.ExpressibleByDictionaryLiteralSwift.HashableSwift.SendableSwift.SendableMetatypeSwift.Sequence
Relationships
Inherits From
NSMutableDictionary