comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/ComputedList.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
7 * Matthew Hall - initial API and implementation 7 * Matthew Hall - initial API and implementation
8 * IBM Corporation - initial API and implementation 8 * IBM Corporation - initial API and implementation
9 * Brad Reynolds - initial API and implementation (through bug 116920 and bug 147515) 9 * Brad Reynolds - initial API and implementation (through bug 116920 and bug 147515)
10 * Matthew Hall - bug 211786 10 * Matthew Hall - bug 211786
11 ***********************************************************************************************************/ 11 ***********************************************************************************************************/
12 package org.eclipse.core.databinding.observable.list; 12 module org.eclipse.core.databinding.observable.list.ComputedList;
13
14 import java.lang.all;
13 15
14 import java.util.ArrayList; 16 import java.util.ArrayList;
15 import java.util.Collections; 17 import java.util.Collections;
16 import java.util.List; 18 import java.util.List;
17 19