public AutoDeltaBoolBoolMap() { this.changes = new ArrayList<>(5); this.container = new TByteByteHashMap(); this.baselineCommandCount = 0; }
public AutoDeltaByteByteMap() { this.changes = new ArrayList<>(5); this.container = new TByteByteHashMap(); this.baselineCommandCount = 0; }
public AutoDeltaBoolByteMap() { this.changes = new ArrayList<>(5); this.container = new TByteByteHashMap(); this.baselineCommandCount = 0; }
public AutoDeltaByteBoolMap() { this.changes = new ArrayList<>(5); this.container = new TByteByteHashMap(); this.baselineCommandCount = 0; }