public interface ILoopStatus
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDataIndex() |
int |
getIndex() |
int |
getSize() |
boolean |
hasData() |
boolean |
hasNext() |
boolean |
hasSize() |
boolean |
isEven() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isOdd() |
Object |
next() |
boolean hasNext()
Object next()
int getIndex()
int getDataIndex()
boolean isFirst()
boolean isLast()
boolean isEven()
boolean isOdd()
boolean hasSize()
int getSize()
boolean hasData()
Copyright © 2019. All rights reserved.