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

Method Server_JXT

src/main/java/server/Server_JXT.java:26–30  ·  view source on GitHub ↗
(Map<BigInteger, ArrayList<tuple>> tset, Bloom f_1, Bloom f_2)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected