This method is required by Iterator interface a Query is its own Iterator @see java.lang.Iterable#iterator()
()
| 227 | * @see java.lang.Iterable#iterator() |
| 228 | */ |
| 229 | public Iterator<Map<String, Term>> iterator() { |
| 230 | return this; |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * This method is required by Iterator interface |
no outgoing calls
no test coverage detected