Get the number of the first table's TSet entries @param stag1 the first table's stag @return the number of the matching TSet entries
(BigInteger stag1)
| 35 | * @return the number of the matching TSet entries |
| 36 | */ |
| 37 | public int tset_table1_cnt(BigInteger stag1){ |
| 38 | this.stag1 = stag1; |
| 39 | return tset.get(stag1).size(); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Get the number of the second table's TSet entries |