comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ObservableSet.d @ 96:b74ac5dfcc06

package to module and java.lang.all import
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:03:33 +0200
parents 6208d4f6a277
children c86eb8b3098e
comparison
equal deleted inserted replaced
95:6208d4f6a277 96:b74ac5dfcc06
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Matthew Hall - bugs 208332, 245183 10 * Matthew Hall - bugs 208332, 245183
11 *******************************************************************************/ 11 *******************************************************************************/
12 12
13 package org.eclipse.core.databinding.observable.set; 13 module org.eclipse.core.databinding.observable.set.ObservableSet;
14
15 import java.lang.all;
14 16
15 import java.util.Collection; 17 import java.util.Collection;
16 import java.util.Iterator; 18 import java.util.Iterator;
17 import java.util.Set; 19 import java.util.Set;
18 20