IndexIteratorpublic class IteratorFast extends Object implements IndexIterator
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
getBooleanCurrent() |
Get current value as a boolean
|
boolean |
getBooleanNext() |
Get next value as a boolean
|
byte |
getByteCurrent() |
Get current value as a byte
|
byte |
getByteNext() |
Get next value as a byte
|
char |
getCharCurrent() |
Get current value as a char
|
char |
getCharNext() |
Get next value as a char
|
Complex |
getComplexCurrent() |
Get current value as a complex
|
Complex |
getComplexNext() |
Get next value as a complex
|
int[] |
getCurrentCounter() |
Get the current counter, use for debugging
|
double |
getDoubleCurrent() |
Get current value as a double
|
double |
getDoubleNext() |
Get next value as a double
|
float |
getFloatCurrent() |
Get current value as a float
|
float |
getFloatNext() |
Get next value as a float
|
int |
getIntCurrent() |
Get current value as a int
|
int |
getIntNext() |
Get next value as a int
|
long |
getLongCurrent() |
Get current value as a long
|
long |
getLongNext() |
Get next value as a long
|
Object |
getObjectCurrent() |
Get current value as a Object
|
Object |
getObjectNext() |
Get next value as an Object
|
short |
getShortCurrent() |
Get current value as a short
|
short |
getShortNext() |
Get next value as a short
|
String |
getStringCurrent() |
Get current value as a string
|
String |
getStringNext() |
Get next value as a string
|
boolean |
hasMore(int howMany) |
|
boolean |
hasNext() |
Return true if there are more elements in the iteration.
|
Object |
next() |
Get next value as an Object
|
void |
setBooleanCurrent(boolean val) |
Set current value with a boolean
|
void |
setBooleanNext(boolean val) |
Set next value with a boolean
|
void |
setByteCurrent(byte val) |
Set current value with a byte
|
void |
setByteNext(byte val) |
Set next value with a byte
|
void |
setCharCurrent(char val) |
Set current value with a char
|
void |
setCharNext(char val) |
Set next value with a char
|
void |
setComplexCurrent(Complex val) |
Set current value with a complex
|
void |
setComplexNext(Complex val) |
Set next value with a complex
|
void |
setDoubleCurrent(double val) |
Set current value with a double
|
void |
setDoubleNext(double val) |
Set next value with a double
|
void |
setFloatCurrent(float val) |
Set current value with a float
|
void |
setFloatNext(float val) |
Set next value with a float
|
void |
setIntCurrent(int val) |
Set current value with a int
|
void |
setIntNext(int val) |
Set next value with a int
|
void |
setLongCurrent(long val) |
Set current value with a long
|
void |
setLongNext(long val) |
Set next value with a long
|
void |
setObjectCurrent(Object val) |
Set current value with a Object
|
void |
setObjectNext(Object val) |
Set next value with a Object
|
void |
setShortCurrent(short val) |
Set current value with a short
|
void |
setShortNext(short val) |
Set next value with a short
|
void |
setStringCurrent(String val) |
Set current value with a string
|
void |
setStringNext(String val) |
Set next value with a string
|
String |
toString() |
public boolean hasNext()
IndexIteratorhasNext 在接口中 IndexIteratorpublic boolean hasMore(int howMany)
public int[] getCurrentCounter()
IndexIteratorgetCurrentCounter 在接口中 IndexIteratorpublic double getDoubleCurrent()
IndexIteratorgetDoubleCurrent 在接口中 IndexIteratorpublic double getDoubleNext()
IndexIteratorgetDoubleNext 在接口中 IndexIteratorpublic void setDoubleCurrent(double val)
IndexIteratorsetDoubleCurrent 在接口中 IndexIteratorval - the current value as a doublepublic void setDoubleNext(double val)
IndexIteratorsetDoubleNext 在接口中 IndexIteratorval - the next value as a doublepublic float getFloatCurrent()
IndexIteratorgetFloatCurrent 在接口中 IndexIteratorpublic float getFloatNext()
IndexIteratorgetFloatNext 在接口中 IndexIteratorpublic void setFloatCurrent(float val)
IndexIteratorsetFloatCurrent 在接口中 IndexIteratorval - the current value as a floatpublic void setFloatNext(float val)
IndexIteratorsetFloatNext 在接口中 IndexIteratorval - the next value as a floatpublic long getLongCurrent()
IndexIteratorgetLongCurrent 在接口中 IndexIteratorpublic long getLongNext()
IndexIteratorgetLongNext 在接口中 IndexIteratorpublic void setLongCurrent(long val)
IndexIteratorsetLongCurrent 在接口中 IndexIteratorval - the current value as a longpublic void setLongNext(long val)
IndexIteratorsetLongNext 在接口中 IndexIteratorval - the next value as a longpublic int getIntCurrent()
IndexIteratorgetIntCurrent 在接口中 IndexIteratorpublic int getIntNext()
IndexIteratorgetIntNext 在接口中 IndexIteratorpublic void setIntCurrent(int val)
IndexIteratorsetIntCurrent 在接口中 IndexIteratorval - the current value as a intpublic void setIntNext(int val)
IndexIteratorsetIntNext 在接口中 IndexIteratorval - the next value as a intpublic short getShortCurrent()
IndexIteratorgetShortCurrent 在接口中 IndexIteratorpublic short getShortNext()
IndexIteratorgetShortNext 在接口中 IndexIteratorpublic void setShortCurrent(short val)
IndexIteratorsetShortCurrent 在接口中 IndexIteratorval - the current value as a shortpublic void setShortNext(short val)
IndexIteratorsetShortNext 在接口中 IndexIteratorval - the next value as a shortpublic byte getByteCurrent()
IndexIteratorgetByteCurrent 在接口中 IndexIteratorpublic byte getByteNext()
IndexIteratorgetByteNext 在接口中 IndexIteratorpublic void setByteCurrent(byte val)
IndexIteratorsetByteCurrent 在接口中 IndexIteratorval - the current value as a bytepublic void setByteNext(byte val)
IndexIteratorsetByteNext 在接口中 IndexIteratorval - the next value as a bytepublic char getCharCurrent()
IndexIteratorgetCharCurrent 在接口中 IndexIteratorpublic char getCharNext()
IndexIteratorgetCharNext 在接口中 IndexIteratorpublic void setCharCurrent(char val)
IndexIteratorsetCharCurrent 在接口中 IndexIteratorval - the current value as a charpublic void setCharNext(char val)
IndexIteratorsetCharNext 在接口中 IndexIteratorval - the next value as a charpublic boolean getBooleanCurrent()
IndexIteratorgetBooleanCurrent 在接口中 IndexIteratorpublic boolean getBooleanNext()
IndexIteratorgetBooleanNext 在接口中 IndexIteratorpublic void setBooleanCurrent(boolean val)
IndexIteratorsetBooleanCurrent 在接口中 IndexIteratorval - the current value as a booleanpublic void setBooleanNext(boolean val)
IndexIteratorsetBooleanNext 在接口中 IndexIteratorval - the next value as a booleanpublic String getStringCurrent()
IndexIteratorgetStringCurrent 在接口中 IndexIteratorpublic String getStringNext()
IndexIteratorgetStringNext 在接口中 IndexIteratorpublic void setStringCurrent(String val)
IndexIteratorsetStringCurrent 在接口中 IndexIteratorval - the current value as a stringpublic void setStringNext(String val)
IndexIteratorsetStringNext 在接口中 IndexIteratorval - the next value as a stringpublic Complex getComplexCurrent()
IndexIteratorgetComplexCurrent 在接口中 IndexIteratorpublic Complex getComplexNext()
IndexIteratorgetComplexNext 在接口中 IndexIteratorpublic void setComplexCurrent(Complex val)
IndexIteratorsetComplexCurrent 在接口中 IndexIteratorval - The current value as a complexpublic void setComplexNext(Complex val)
IndexIteratorsetComplexNext 在接口中 IndexIteratorval - the next value as a complexpublic Object getObjectCurrent()
IndexIteratorgetObjectCurrent 在接口中 IndexIteratorpublic Object getObjectNext()
IndexIteratorgetObjectNext 在接口中 IndexIteratorpublic void setObjectCurrent(Object val)
IndexIteratorsetObjectCurrent 在接口中 IndexIteratorval - the current value as a Objectpublic void setObjectNext(Object val)
IndexIteratorsetObjectNext 在接口中 IndexIteratorval - the next value as a Objectpublic Object next()
IndexIteratornext 在接口中 IndexIteratorCopyright © 2019. All rights reserved.