mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
41 lines
678 B
Java
41 lines
678 B
Java
package bS;
|
|
|
|
import A.AInterfaceEcho;
|
|
|
|
class BsInterfaceMike implements AInterfaceEcho {
|
|
r a;
|
|
|
|
m(l paraml, r paramr) {
|
|
this.a = paramr;
|
|
l.a(paraml);
|
|
}
|
|
|
|
public void a() {
|
|
n n = null;
|
|
l.b(this.b);
|
|
for (n n1 : this.b.c) {
|
|
if (n1.b().equals(this.a)) {
|
|
n = n1;
|
|
break;
|
|
}
|
|
}
|
|
if (n != null) {
|
|
n.a();
|
|
this.b.c.remove(n);
|
|
}
|
|
}
|
|
|
|
public void b() {}
|
|
|
|
public void c() {}
|
|
|
|
public void d() {}
|
|
|
|
public void AInterfaceEcho() {}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bS/m.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |