Further specify how check is supposed to be used.

This commit is contained in:
2021-08-29 22:24:47 +02:00
parent 4600194a9f
commit 9b19dea6e5

View File

@ -71,7 +71,8 @@ public interface SequenceProcessor<T, S> {
/**
* Check whether ot not the given sequence is "valid" according to
* what is considered valid depends on the specific data structure.
* This is also used by the tests.
* This is also used by the tests to verify implementations.
* This has to be tested separate for each data structure.
*
* @param s A sequence
* @return true iff the given sequence is valid