Home | History | Annotate | Download | only in util

Lines Matching defs:integer

15  * int is the sorted integer index in ascending order, and Object its
17 * <p>The ValueIterator allows iterations over integer indexes in the range
18 * of Integer.MIN_VALUE to Integer.MAX_VALUE inclusive. Implementations of
31 * Integer.toHexString(result.integer) +
43 * integer index and its associated value Object.
50 * Integer index of the current iteration
52 public int integer;
54 * Gets the Object value associated with the integer index.
82 * <p>Resets the iterator to start iterating from the integer index
83 * Integer.MIN_VALUE or X if a setRange(X, Y) has been called previously.
91 * called, the iteration will start from the integer index
92 * Integer.MIN_VALUE and end at Integer.MAX_VALUE.
97 * @param start first integer in the range to iterate
98 * @param limit one more than the last integer in the range