public interface SkipEnumeration<T> extends Enumeration<T>
Enumeration with a {link #skip} method.| Modifier and Type | Method and Description |
|---|---|
void |
skip()
Skip an Element.
|
hasMoreElements, nextElementvoid skip() throws NoSuchElementException
NoSuchElementException - if there are no more ElementsCopyright © 2000–2021 PanEris. All rights reserved.