Registry changes & additions

This commit is contained in:
IronApollo
2019-02-03 08:53:04 -05:00
parent 4a8931a55a
commit 2d586ff53e
5 changed files with 117 additions and 9 deletions

View File

@ -37,12 +37,4 @@ public interface CategoryRegistry<T> {
Set<T> getCategorisedByName(String category);
Set<T> getAll(final Category<T> category);
/**
* Gets a list of categories given to a value.
*
* @param categorised The value
* @return A set of categories
*/
Set<String> getCategories(T categorised);
}