Skip to content
Clemzd edited this page Nov 17, 2014 · 2 revisions

Welcome to the active-collections wiki!

As a client you must know that there is some specifications you should respect for the type you use in the active collections.

For your own type, you have to :

  • extend the type OAbstract
  • define the methods equals, copy and compareTo
  • call super.beforeSet() before you change the value of any attributes
  • call super.afterSet() after you change the value of any attributes

You can find a template in this wiki.

Clone this wiki locally