Minor optimisation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26059 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-02-13 15:25:37 +00:00
parent 7303f4b2ab
commit 5dd8e35a27
2 changed files with 8 additions and 1 deletions

View file

@ -37,7 +37,9 @@
@implementation NSEnumerator
/**
* Returns all objects remaining in the enumeration as an array.
* Returns all objects remaining in the enumeration as an array.<br />
* Calling this method 'exhausts' the enumerator, leaving it at the
* end of the collection being enumerated.
*/
- (NSArray*) allObjects
{