comparison dwtx/jface/text/link/TabStopIterator.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children f70d9508c95c
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
68 } 68 }
69 69
70 } 70 }
71 71
72 /** The comparator to sort the list of positions. */ 72 /** The comparator to sort the list of positions. */
73 private static final Comparator fComparator= new SequenceComparator(); 73 private static const Comparator fComparator= new SequenceComparator();
74 74
75 /** The iteration sequence. */ 75 /** The iteration sequence. */
76 private const ArrayList fList; 76 private const ArrayList fList;
77 /** The size of <code>fList</code>. */ 77 /** The size of <code>fList</code>. */
78 private int fSize; 78 private int fSize;