![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.util.collections.LongMap.LongMapIterator:

Public Member Functions | |
| LongMapIterator (LongMap map) | |
| boolean | hasNext () |
| Object | next () |
| long | nextLong () |
| void | remove () |
Package Functions | |
| void | advance () |
Package Attributes | |
| LongMap | map |
| int | epos = 0 |
| Entry | entry = null |
| Entry | last = null |
|
|
Definition at line 189 of file LongMap.java. References com.quadcap.util.collections.LongMap.LongMapIterator.advance(). |
|
|
|
Definition at line 194 of file LongMap.java. References com.quadcap.util.collections.LongMap.LongMapIterator.entry. |
|
|
Definition at line 210 of file LongMap.java. References com.quadcap.util.collections.LongMap.LongMapIterator.advance(), com.quadcap.util.collections.LongMap.LongMapIterator.entry, and com.quadcap.util.collections.LongMap.Entry.key. |
|
|
Implements com.quadcap.util.collections.LongIterator. Definition at line 219 of file LongMap.java. References com.quadcap.util.collections.LongMap.LongMapIterator.advance(), com.quadcap.util.collections.LongMap.LongMapIterator.entry, and com.quadcap.util.collections.LongMap.Entry.key. |
|
|
|
|
Definition at line 185 of file LongMap.java. Referenced by com.quadcap.util.collections.LongMap.LongMapIterator.advance(). |
|
|
Definition at line 187 of file LongMap.java. Referenced by com.quadcap.util.collections.LongMap.LongMapIterator.advance(), and com.quadcap.util.collections.LongMap.LongMapIterator.remove(). |
|
|
Definition at line 184 of file LongMap.java. Referenced by com.quadcap.util.collections.LongMap.LongMapIterator.advance(), and com.quadcap.util.collections.LongMap.LongMapIterator.remove(). |