org.test4j.junit.filter.iterator
类 NonFileIterator<T>
java.lang.Object
org.test4j.junit.filter.iterator.NonFileIterator<T>
- 类型参数:
T -
- 所有已实现的接口:
- Iterable<T>, Iterator<T>
public class NonFileIterator<T>
- extends Object
- implements Iterable<T>, Iterator<T>
没有任何文件的迭代
- 作者:
- darui.wudr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonFileIterator
public NonFileIterator()
iterator
public Iterator<T> iterator()
- 指定者:
- 接口
Iterable<T> 中的 iterator
hasNext
public boolean hasNext()
- 指定者:
- 接口
Iterator<T> 中的 hasNext
next
public T next()
- 指定者:
- 接口
Iterator<T> 中的 next
remove
public void remove()
- 指定者:
- 接口
Iterator<T> 中的 remove
Copyright © 2013. All rights reserved.