mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -460,7 +460,7 @@ public class IterUtil {
|
|||||||
* @param index 位置
|
* @param index 位置
|
||||||
* @param <E> 元素类型
|
* @param <E> 元素类型
|
||||||
* @return 元素,找不到元素返回{@code null}
|
* @return 元素,找不到元素返回{@code null}
|
||||||
* @throws IndexOutOfBoundsException index < 0时报错
|
* @throws IndexOutOfBoundsException index < 0时报错
|
||||||
* @since 5.8.0
|
* @since 5.8.0
|
||||||
*/
|
*/
|
||||||
public static <E> E get(final Iterator<E> iterator, int index) throws IndexOutOfBoundsException {
|
public static <E> E get(final Iterator<E> iterator, int index) throws IndexOutOfBoundsException {
|
||||||
|
Reference in New Issue
Block a user