com.aliyun.openservices.ots.model
类 RowIterator
java.lang.Object
com.aliyun.openservices.ots.model.RowIterator
- 所有已实现的接口:
- Iterator<Row>
public class RowIterator
- extends Object
- implements Iterator<Row>
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowIterator
public RowIterator(OTS ots,
RangeIteratorParameter parameter)
hasNext
public boolean hasNext()
- 指定者:
- 接口
Iterator<Row> 中的 hasNext
next
public Row next()
- 指定者:
- 接口
Iterator<Row> 中的 next
remove
public void remove()
- 指定者:
- 接口
Iterator<Row> 中的 remove
Copyright © 2014. All Rights Reserved.