Get the number of the second table's TSet entries @param stag2 the second table's stag @return the number of the matching TSet entries
(BigInteger stag2)
| 45 | * @return the number of the matching TSet entries |
| 46 | */ |
| 47 | public int tset_table2_cnt(BigInteger stag2){ |
| 48 | this.stag2 = stag2; |
| 49 | return tset.get(stag2).size(); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * the server operations of the search algorithm for JXT |