The decorated iterator is bounded in the range [offset, offset+max). The {@code offset} corresponds to the position of the first element tobe returned from the decorated iterator, and {@code max} is the maximumnumber of elements to be returned at most.
In case an offset parameter other than 0 is provided, the decorated iterator is immediately advanced to this position, skipping all elements before that position. @since 4.1 @version $Id$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|