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)
| 36 | * @return the number of the matching TSet entries |
| 37 | */ |
| 38 | public int tset_table1_cnt(BigInteger stag1){ |
| 39 | this.stag1 = stag1; |
| 40 | return tset.get(stag1).size(); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * the server operations of the search algorithm for JXT+ |