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