Further specify how check is supposed to be used.
This commit is contained in:
@ -71,7 +71,8 @@ public interface SequenceProcessor<T, S> {
|
|||||||
/**
|
/**
|
||||||
* Check whether ot not the given sequence is "valid" according to
|
* Check whether ot not the given sequence is "valid" according to
|
||||||
* what is considered valid depends on the specific data structure.
|
* 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
|
* @param s A sequence
|
||||||
* @return true iff the given sequence is valid
|
* @return true iff the given sequence is valid
|
||||||
|
Reference in New Issue
Block a user