public static class IntIntMap.Entries extends java.lang.Object implements java.lang.Iterable<IntIntMap.Entry>, java.util.Iterator<IntIntMap.Entry>
| 构造器和说明 | 
|---|
IntIntMap.Entries(IntIntMap map)  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
boolean | 
hasNext()  | 
java.util.Iterator<IntIntMap.Entry> | 
iterator()  | 
IntIntMap.Entry | 
next()
Note the same entry instance is returned each time this method is called. 
 | 
void | 
remove()  | 
public IntIntMap.Entries(IntIntMap map)
public IntIntMap.Entry next()
next 在接口中 java.util.Iterator<IntIntMap.Entry>public boolean hasNext()
hasNext 在接口中 java.util.Iterator<IntIntMap.Entry>public java.util.Iterator<IntIntMap.Entry> iterator()
iterator 在接口中 java.lang.Iterable<IntIntMap.Entry>public void remove()
remove 在接口中 java.util.Iterator<IntIntMap.Entry>