コード例 #1
0
 public Boolean contains(Teme teme)
 {
     return(this.teme.Equals(teme));
 }
コード例 #2
0
 public DetailClass(Teme teme, float calification)
 {
     this.teme         = teme;
     this.calification = calification;
 }