MCPcopy Create free account
hub / github.com/CDSecLab/MJXT / Server_JXTp

Method Server_JXTp

src/main/java/server/Server_JXTp.java:24–31  ·  view source on GitHub ↗
(Map<BigInteger, ArrayList<byte[]>> tset, Bloom f_1, Map<Long, ArrayList<byte[]>> cset1,
                       Bloom f_2, Map<Long, ArrayList<byte[]>> cset2)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected