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

Fix java Collection imports
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 00:27:31 +0200
parents 5cf141e43417
children 1a5b8f8129df
comparison
equal deleted inserted replaced
152:07f3bab17e54 153:f70d9508c95c
155 155
156 156
157 import dwt.dwthelper.utils; 157 import dwt.dwthelper.utils;
158 158
159 159
160 import java.util.Iterator; 160 import dwtx.dwtxhelper.Collection;
161 import java.util.LinkedList; 161
162 162
163 163
164 /** 164 /**
165 * A text store that optimizes a given source text store for sequential rewriting. 165 * A text store that optimizes a given source text store for sequential rewriting.
166 * While rewritten it keeps a list of replace command that serve as patches for 166 * While rewritten it keeps a list of replace command that serve as patches for