comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/WritableSet.d @ 97:c86eb8b3098e

packageimport
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:18:25 +0200
parents b74ac5dfcc06
children
comparison
equal deleted inserted replaced
96:b74ac5dfcc06 97:c86eb8b3098e
10 * Brad Reynolds - bug 147515 10 * Brad Reynolds - bug 147515
11 * Matthew Hall - bug 221351 11 * Matthew Hall - bug 221351
12 *******************************************************************************/ 12 *******************************************************************************/
13 13
14 module org.eclipse.core.databinding.observable.set.WritableSet; 14 module org.eclipse.core.databinding.observable.set.WritableSet;
15 import org.eclipse.core.databinding.observable.set.ObservableSet;
15 16
16 import java.lang.all; 17 import java.lang.all;
17 18
18 import java.util.Collection; 19 import java.util.Collection;
19 import java.util.Collections; 20 import java.util.Collections;