-
Notifications
You must be signed in to change notification settings - Fork 19
Wishlist
kakenbok edited this page Sep 19, 2011
·
7 revisions
- collection.hasWithCondition(condition : Function) : Boolean; // similiar to Array.some()
- MapEntry object
-
IOrderedMap.firstKey, lastKeyDONE in 1.3.1 - Allow to pass null references to the util copy, clone and addFrom methods. In such a case the operation simply abords with return false.
- fail-fast iterators
-
firstKey, lastKey, nextKey, previousKey in ordered mapsDONE in 1.3.1 -
next, previous in ordered setsDONE in 1.3.1 - Common interface for ordered and sorted maps or sets including population methods such as add().
- StringMap, StringSet