comparison org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/ObservableSet.d @ 81:383ce7bd736b

package imports
author Frank Benoit <benoit@tionex.de>
date Tue, 14 Apr 2009 11:41:56 +0200
parents 0a55d2d5a946
children 6be48cf9f95c
comparison
equal deleted inserted replaced
80:e296c4ee94ac 81:383ce7bd736b
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Matthew Hall - bug 208332 10 * Matthew Hall - bug 208332
11 *******************************************************************************/ 11 *******************************************************************************/
12 12
13 module org.eclipse.core.databinding.observable.set.ObservableSet; 13 module org.eclipse.core.databinding.observable.set.ObservableSet;
14 import org.eclipse.core.databinding.observable.set.ISetChangeListener;
15 import org.eclipse.core.databinding.observable.set.SetDiff;
16 import org.eclipse.core.databinding.observable.set.SetChangeEvent;
17 import org.eclipse.core.databinding.observable.set.IObservableSet;
14 18
15 import java.lang.all; 19 import java.lang.all;
16 20
17 import java.util.Collection; 21 import java.util.Collection;
18 import java.util.Iterator; 22 import java.util.Iterator;