| コンストラクタと説明 |
|---|
IterableAdapter(Enumeration<E> enumeration) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
hasNext() |
static <E> IterableAdapter<E> |
iterable(Enumeration<E> enumeration) |
Iterator<E> |
iterator() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic IterableAdapter(Enumeration<E> enumeration)
public static <E> IterableAdapter<E> iterable(Enumeration<E> enumeration)
public boolean hasNext()
hasNext インタフェース内 Iterator<E>Iterator.hasNext()public E next()
next インタフェース内 Iterator<E>Iterator.hasNext()public void remove()
remove インタフェース内 Iterator<E>Iterator.remove()Copyright © 2015–2019 The DBFlute Project. All rights reserved.