implemented jump and small changes

This commit is contained in:
2018-03-07 15:38:00 +01:00
parent 50f8424f1f
commit 51840ceee5
3 changed files with 58 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ import be.kuleuven.cs.som.annotate.*;
/**
* A tuple implementation
* A tuple (pair) implementation
*
* @param <T1> first element type
* @param <T2> second element type