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