-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.