mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix comment
This commit is contained in:
parent
c1fe82d2ce
commit
21aa56a982
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user