comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/ListDiffVisitor.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
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * Matthew Hall - initial API and implementation (bug 208858) 9 * Matthew Hall - initial API and implementation (bug 208858)
10 ******************************************************************************/ 10 ******************************************************************************/
11 11
12 package org.eclipse.core.databinding.observable.list; 12 module org.eclipse.core.databinding.observable.list.ListDiffVisitor;
13
14 import java.lang.all;
13 15
14 import java.util.List; 16 import java.util.List;
15 17
16 /** 18 /**
17 * A visitor for processing differences in a ListDiff. 19 * A visitor for processing differences in a ListDiff.