Is there a Queue/FIFO data structure for the iPhone?

Posted by Caffeine Coma on Stack Overflow See other posts from Stack Overflow or by Caffeine Coma
Published on 2009-07-09T13:51:18Z Indexed on 2010/06/12 18:32 UTC
Read the original article Hit count: 457

Before I roll my own Queue using NSMutableArray, I'd like to know if there is something more standard available. I don't see anything in the Apple docs, but I'll be surprised if there is not a Queue implementation from somewhere that folks are using. Java spoils me!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk