mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 06:35:10 +00:00
stuff
This commit is contained in:
35
app/p/TostringHashcode.java
Normal file
35
app/p/TostringHashcode.java
Normal file
@@ -0,0 +1,35 @@
|
||||
package p;
|
||||
|
||||
import d.DComponentCharlie;
|
||||
import java.util.Objects;
|
||||
|
||||
class TostringHashcode {
|
||||
private DComponentCharlie b;
|
||||
|
||||
I(D paramD, DComponentCharlie paramc) {
|
||||
this.b = paramc;
|
||||
}
|
||||
|
||||
public DComponentCharlie a() {
|
||||
return this.b;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return this.b.b();
|
||||
}
|
||||
|
||||
public boolean equals(Object paramObject) {
|
||||
return (paramObject instanceof String) ? paramObject.equals(this.b.a()) : ((paramObject instanceof DComponentCharlie) ? ((DComponentCharlie)paramObject).a().equals(this.b.a()) : super.equals(paramObject));
|
||||
}
|
||||
|
||||
public int hashCode() {
|
||||
null = 3;
|
||||
return 79 * null + Objects.hashCode(this.b);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/p/I.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user