(Map<BigInteger, ArrayList<tuple>> tset, Bloom f_1, Bloom f_2)
| 24 | private BigInteger stag1; |
| 25 | private BigInteger stag2; |
| 26 | public Server_JXT(Map<BigInteger, ArrayList<tuple>> tset, Bloom f_1, Bloom f_2){ |
| 27 | this.tset = tset; |
| 28 | this.f_1 = f_1; |
| 29 | this.f_2 = f_2; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Get the number of the first table's TSet entries |
nothing calls this directly
no outgoing calls
no test coverage detected