comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/ComputedList.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
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 module org.eclipse.core.databinding.observable.list.ComputedList; 12 module org.eclipse.core.databinding.observable.list.ComputedList;
13 import org.eclipse.core.databinding.observable.list.IListChangeListener;
14 import org.eclipse.core.databinding.observable.list.AbstractObservableList;
15 import org.eclipse.core.databinding.observable.list.ListDiffEntry;
16 import org.eclipse.core.databinding.observable.list.ListDiff;
13 17
14 import java.lang.all; 18 import java.lang.all;
15 19
16 import java.util.ArrayList; 20 import java.util.ArrayList;
17 import java.util.Collections; 21 import java.util.Collections;