Skip to content

Commit

Permalink
Add a method to retrieve the CoordinatesSet
Browse files Browse the repository at this point in the history
  • Loading branch information
pikatech committed Sep 17, 2018
1 parent f94bfda commit 18adbd3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ public boolean containsKey(ConceptCoordinates coordinates) {
public boolean isEmpty() {
return keys.isEmpty();
}

public CoordinatesSet keySet() {
return keys;
}
}

0 comments on commit 18adbd3

Please sign in to comment.