comparison dwtx/jface/text/link/TabStopIterator.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 51e6e63f930e
children 000f9136b8f7
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
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 final Comparator fComparator= new SequenceComparator();
74 74
75 /** The iteration sequence. */ 75 /** The iteration sequence. */
76 private final 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;
79 /** Index of the current element, to the first one initially. */ 79 /** Index of the current element, to the first one initially. */
80 private int fIndex; 80 private int fIndex;
81 /** Cycling property. */ 81 /** Cycling property. */