iterator method

Iterator iterator()

Implementation

Iterator iterator() {
  return nodeMap.values.iterator;
}