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>


构造方法摘要
RowIterator(OTS ots, RangeIteratorParameter parameter)
           
 
方法摘要
 boolean hasNext()
           
 Row next()
           
 void remove()
           
 
从类 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.