Menu

#145 add a removeItem method to collection classes.

v3.2.0
closed
Classes (154)
5
2012-08-14
2007-04-15
No

The collection classes could really use a removeItem method. Among other uses, it could really improve the algorithms of the set methods.

Discussion

  • Rick McGuire

    Rick McGuire - 2007-04-15

    Logged In: YES
    user_id=1125291
    Originator: YES

    This also made the second argument on the relation removeitem() method optional.

     
  • Rick McGuire

    Rick McGuire - 2007-06-20

    Logged In: YES
    user_id=1125291
    Originator: YES

    This added removeItem(item) to all collection classes. This will remove an item from the collection. The return value is the item removed. If an item exists under more than one index, the item removed is unspecified.

    Note: This also made the index argument to the RELATION removeItem() method optional.

     

Anonymous
Anonymous

Add attachments
Cancel