Further specify how check is supposed to be used.
This commit is contained in:
		
							parent
							
								
									4600194a9f
								
							
						
					
					
						commit
						9b19dea6e5
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Reference in a new issue