FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSADataObject.h File Reference

Object containers to handle various concept of data structure. More...

Go to the source code of this file.

Classes

protocol  <NSAArrayLikeDataObject>
 This protocol defines NSArray-like interface methods for data objects. More...
 
protocol  <NSAMutableArrayLikeDataObject>
 This protocol defines NSMutableArray-like interface methods for data objects. More...
 
class  NSATuple
 Manages ordered collections of 2 objects. More...
 
class  NSAMutableTuple
 Manages ordered collections of 2 objects. More...
 
class  NSATriple
 Manages ordered collections of 3 objects. More...
 
class  NSAMutableTriple
 Manages ordered collections of 3 objects. More...
 

Detailed Description

Object containers to handle various concept of data structure.

These classes are designed to pass 2 or 3 objects in compact form, not a verbose NSArray or NSDictionary form. In these day, there are @[] as short array expression and -: as shotcut of -objectAtIndex:. These classes may be not very useful. Consider to use above short expressions.