Skip to content
Snippets Groups Projects
Commit 012113a8 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

Added the possibility to get known keys

parent 52735f77
Branches
Tags
No related merge requests found
......@@ -61,6 +61,15 @@ public class DataViewList implements ChartObservable {
return viewMap.size();
}
/**
* Returns the known DataView ids, as a {@link Collection}.
*
* @return A {@link Collection}.
*/
public Collection<String> getKnownIds() {
return viewMap.keySet();
}
/**
* Adds a DataView in this list
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment