Skip to content
kakenbok edited this page Sep 19, 2011 · 7 revisions
  • collection.hasWithCondition(condition : Function) : Boolean; // similiar to Array.some()
  • MapEntry object
  • IOrderedMap.firstKey, lastKey DONE 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 maps DONE in 1.3.1
  • next, previous in ordered sets DONE in 1.3.1
  • Common interface for ordered and sorted maps or sets including population methods such as add().
  • StringMap, StringSet
Clone this wiki locally