Declaration

func insert(_ object: ObjectType, forKey key: KeyType, at idx: UInt)

Declaration

- (void) insertObject:(ObjectType) object forKey:(KeyType) key atIndex:(NSUInteger) idx;

Declaration

insertObject_forKey_atIndex_(object: ObjectType, key: KeyType, idx: int)