modified: resources/AllgemeinTest/Pair.jav

This commit is contained in:
pl@gohorb.ba-horb.de 2023-03-17 16:05:47 +01:00
parent 9d03080667
commit 48daa9731f

View File

@ -25,9 +25,9 @@ class Pair<U, T> {
//return p.a == p.b; //return p.a == p.b;
} }
/*
void m(Pair<?, ?> p, List<? extends Eq> b) /*
void m(Pair<?, ?> p, Vector<?> b)
{ {
//this.compare(p); //1, type incorrect //this.compare(p); //1, type incorrect
this.compare(this.make(b)); //2, OK this.compare(this.make(b)); //2, OK