Files
tustu/app/bR/BrInterfaceDelta.java
2026-01-11 20:30:56 +00:00

78 lines
1.7 KiB
Java

package bR;
import bH.D;
import bN.BnInterfaceKilo;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class BrInterfaceDelta {
private static d c = null;
Map a = new HashMap<>();
Map b = new HashMap<>();
public static d a() {
if (c == null)
c = new d();
return c;
}
public c a(BnInterfaceKilo paramk) {
List<c> list = c(paramk);
synchronized (list) {
int i = list.size() - 1;
if (i >= 0) {
c c = list.remove(i);
List list1 = d(paramk);
c.a(true);
if (list1.size() > 1000)
D.b("Checked Out msg count: " + list1.size());
return c;
}
}
return new c(paramk);
}
public void a(BnInterfaceKilo paramk, c paramc) {
List<c> list = c(paramk);
List list1 = d(paramk);
list1.remove(paramc);
list.add(paramc);
}
private List c(BnInterfaceKilo paramk) {
List list = (List)this.a.get(paramk);
if (list == null) {
list = new ArrayList();
this.a.put(paramk, list);
}
return list;
}
private List d(BnInterfaceKilo paramk) {
List list = (List)this.b.get(paramk);
if (list == null) {
list = new ArrayList();
this.b.put(paramk, list);
}
return list;
}
public void b(BnInterfaceKilo paramk) {
List list = (List)this.b.get(paramk);
if (list != null)
list.clear();
list = (List)this.a.get(paramk);
if (list != null)
list.clear();
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bR/d.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/