Lines Matching refs:counter
90 * order, the most natural processing methodology is to use a delete-counter.
91 * Start by initializing the counter to zero and start work through the
93 * value of the delete-counter to the index-position where the delete occurred,
95 * <code>addElement()</code>. Then increment the delete-counter. The index
302 for(int counter = 0; counter < childIndices.length; counter++)
303 retBuffer.append(Integer.toString(childIndices[counter])+ " ");
308 for(int counter = 0; counter < children.length; counter++)
309 retBuffer.append(children[counter] + " ");