mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-29 16:15:24 +00:00
stuff
This commit is contained in:
72
app/aB/AbstractInAbPackage.java
Normal file
72
app/aB/AbstractInAbPackage.java
Normal file
@@ -0,0 +1,72 @@
|
||||
package aB;
|
||||
|
||||
import A.AInterfaceEcho;
|
||||
import A.IO;
|
||||
import A.AInterfaceYankee;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
public AbstractInAbPackagebstract class AbstractInAbPackage implements IO {
|
||||
ArrayList a = new ArrayList();
|
||||
|
||||
ArrayList b = new ArrayList();
|
||||
|
||||
public void a(AInterfaceYankee paramy) {
|
||||
if (!this.b.contains(paramy))
|
||||
this.b.add(paramy);
|
||||
}
|
||||
|
||||
public void b(AInterfaceYankee paramy) {
|
||||
this.b.remove(paramy);
|
||||
}
|
||||
|
||||
protected void a(List paramList) {
|
||||
for (AInterfaceYankee AInterfaceYankee : this.b)
|
||||
AInterfaceYankee.a(paramList);
|
||||
}
|
||||
|
||||
public void a(AInterfaceEcho parame) {
|
||||
this.a.add(parame);
|
||||
}
|
||||
|
||||
public void b(AInterfaceEcho parame) {
|
||||
this.a.remove(parame);
|
||||
}
|
||||
|
||||
protected void a() {
|
||||
Iterator<AInterfaceEcho> iterator = this.a.iterator();
|
||||
while (iterator.hasNext())
|
||||
((AInterfaceEcho)iterator.next()).a();
|
||||
}
|
||||
|
||||
protected void b() {
|
||||
Iterator<AInterfaceEcho> iterator = this.a.iterator();
|
||||
while (iterator.hasNext())
|
||||
((AInterfaceEcho)iterator.next()).b();
|
||||
}
|
||||
|
||||
protected void c() {
|
||||
Iterator<AInterfaceEcho> iterator = this.a.iterator();
|
||||
while (iterator.hasNext())
|
||||
((AInterfaceEcho)iterator.next()).c();
|
||||
}
|
||||
|
||||
protected void d() {
|
||||
Iterator<AInterfaceEcho> iterator = this.a.iterator();
|
||||
while (iterator.hasNext())
|
||||
((AInterfaceEcho)iterator.next()).d();
|
||||
}
|
||||
|
||||
protected void AInterfaceEcho() {
|
||||
Iterator<AInterfaceEcho> iterator = this.a.iterator();
|
||||
while (iterator.hasNext())
|
||||
((AInterfaceEcho)iterator.next()).AInterfaceEcho();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aB/a.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user