|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.solr.util.CharArrayMap.EntryIterator
public class CharArrayMap.EntryIterator
public iterator class so efficient methods are exposed to users
| Method Summary | |
|---|---|
V |
currentValue()
returns the value associated with the last key returned |
boolean |
hasNext()
|
java.util.Map.Entry<java.lang.String,V> |
next()
Returns an Entry |
char[] |
nextKey()
gets the next key... |
java.lang.String |
nextKeyString()
gets the next key as a newly created String object |
void |
remove()
|
V |
setValue(V value)
sets the value associated with the last key returned |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<java.util.Map.Entry<java.lang.String,V>>public char[] nextKey()
public java.lang.String nextKeyString()
public V currentValue()
public V setValue(V value)
public java.util.Map.Entry<java.lang.String,V> next()
next in interface java.util.Iterator<java.util.Map.Entry<java.lang.String,V>>public void remove()
remove in interface java.util.Iterator<java.util.Map.Entry<java.lang.String,V>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||