public class MutableDoubleArrayTrieInteger.KeyValuePair extends Object implements Iterator<MutableDoubleArrayTrieInteger.KeyValuePair>
| Constructor and Description |
|---|
KeyValuePair() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
int |
getValue() |
boolean |
hasNext() |
String |
key() |
MutableDoubleArrayTrieInteger.KeyValuePair |
next() |
void |
remove() |
int |
setValue(int v) |
String |
toString() |
int |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic String key()
public int value()
public String getKey()
public int getValue()
public int setValue(int v)
public boolean hasNext()
hasNext in interface Iterator<MutableDoubleArrayTrieInteger.KeyValuePair>public MutableDoubleArrayTrieInteger.KeyValuePair next()
next in interface Iterator<MutableDoubleArrayTrieInteger.KeyValuePair>public void remove()
remove in interface Iterator<MutableDoubleArrayTrieInteger.KeyValuePair>Copyright © 2014–2021 码农场. All rights reserved.