public static final class J1CollectionHandlers.ArrayEnumerator<T> extends Object implements Enumeration<T>
Constructor and Description |
---|
ArrayEnumerator(Object array) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
public ArrayEnumerator(Object array)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<T>
public T nextElement()
nextElement
in interface Enumeration<T>
Copyright © 2022. All rights reserved.