项目:pre-cu
文件:AutoDeltaBoolBoolMap.java
public AutoDeltaBoolBoolMap() {
this.changes = new ArrayList<>(5);
this.container = new TByteByteHashMap();
this.baselineCommandCount = 0;
}
项目:pre-cu
文件:AutoDeltaByteByteMap.java
public AutoDeltaByteByteMap() {
this.changes = new ArrayList<>(5);
this.container = new TByteByteHashMap();
this.baselineCommandCount = 0;
}
项目:pre-cu
文件:AutoDeltaBoolByteMap.java
public AutoDeltaBoolByteMap() {
this.changes = new ArrayList<>(5);
this.container = new TByteByteHashMap();
this.baselineCommandCount = 0;
}
项目:pre-cu
文件:AutoDeltaByteBoolMap.java
public AutoDeltaByteBoolMap() {
this.changes = new ArrayList<>(5);
this.container = new TByteByteHashMap();
this.baselineCommandCount = 0;
}