comparison dwtx/jface/text/AbstractLineTracker.d @ 153:f70d9508c95c

Fix java Collection imports
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 00:27:31 +0200
parents 000f9136b8f7
children 7926b636c282
comparison
equal deleted inserted replaced
152:07f3bab17e54 153:f70d9508c95c
154 import dwtx.jface.text.ITypedRegion; // packageimport 154 import dwtx.jface.text.ITypedRegion; // packageimport
155 155
156 156
157 import dwt.dwthelper.utils; 157 import dwt.dwthelper.utils;
158 158
159 import java.util.ArrayList; 159 import dwtx.dwtxhelper.Collection;
160 import java.util.Iterator; 160
161 import java.util.List; 161
162 162
163 /** 163 /**
164 * Abstract implementation of <code>ILineTracker</code>. It lets the definition of line 164 * Abstract implementation of <code>ILineTracker</code>. It lets the definition of line
165 * delimiters to subclasses. Assuming that '\n' is the only line delimiter, this abstract 165 * delimiters to subclasses. Assuming that '\n' is the only line delimiter, this abstract
166 * implementation defines the following line scheme: 166 * implementation defines the following line scheme: