Skip to content

NSArray(BeeExtension) tail: count; unique; unique:compare#115

Open
sunchao367182922 wants to merge 6 commits into
gavinkwoe:masterfrom
sunchao367182922:master
Open

NSArray(BeeExtension) tail: count; unique; unique:compare#115
sunchao367182922 wants to merge 6 commits into
gavinkwoe:masterfrom
sunchao367182922:master

Conversation

@sunchao367182922

Copy link
Copy Markdown

NSArray(BeeExtension) head: count //优化

NSArray(BeeExtension) head: count  //优化
- (void)unique
- (void)unique:(NSMutableArrayCompareBlock)compare
bug修复及优化

bug列表
1:
    @[@"3",@"2",@"1",@"1",@"2",@"3",@"1"];
    @[@"a",@"b",@"c",@"c",@"b",@"a",@"a"];       当数组结构像这样时,   removeObject:@"1",   将删除所有@"1"元素,   最终返回一个空数组
@sunchao367182922 sunchao367182922 changed the title NSArray(BeeExtension) tail: count //count超出数组大小判断 NSArray(BeeExtension) tail: count; unique; unique:compare Jan 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant