()
| 175 | |
| 176 | |
| 177 | public Iterable<Entry> entries() { |
| 178 | return new Iterable<Entry>() { |
| 179 | |
| 180 | public Iterator<Entry> iterator() { |
| 181 | return entryIterator(); |
| 182 | } |
| 183 | }; |
| 184 | } |
| 185 | |
| 186 | |
| 187 | public Iterator<Entry> entryIterator() { |
no outgoing calls
no test coverage detected