()
| 59 | } |
| 60 | |
| 61 | @Override |
| 62 | public Iterator<K> iterator() { |
| 63 | return new ULLMapIter(); |
| 64 | } |
| 65 | |
| 66 | /** Keys and values are stored in a linked list of Entry objects. |
| 67 | * This variable stores the first pair in this linked list. */ |
nothing calls this directly
no outgoing calls
no test coverage detected