comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/EmptyObservableList.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
comparison
equal deleted inserted replaced
95:6208d4f6a277 96:b74ac5dfcc06
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Matthew Hall - bug 208858 10 * Matthew Hall - bug 208858
11 * Matthew Hall - bug 208332 11 * Matthew Hall - bug 208332
12 *******************************************************************************/ 12 *******************************************************************************/
13 13
14 package org.eclipse.core.internal.databinding.observable; 14 module org.eclipse.core.internal.databinding.observable.EmptyObservableList;
15
16 import java.lang.all;
15 17
16 import java.util.Collection; 18 import java.util.Collection;
17 import java.util.Collections; 19 import java.util.Collections;
18 import java.util.Iterator; 20 import java.util.Iterator;
19 import java.util.List; 21 import java.util.List;