代码搜索:Generics
找到约 1,477 项符合「Generics」的源代码
代码结果 1,477
www.eeworm.com/read/434781/7801839
java ex28(2).java
// generics/Ex28.java
// TIJ4 Chapter Generics, Exercise 28, page 685
/* Create a generic class Generic1 with a single method that takes an argument
* of type T. Create a second generic class Ge
www.eeworm.com/read/434781/7801846
java new11.java
// generics.New11.java
// TIJ4 Chapter Generics, Exercise 11, page 635
// Test New.java by creating your own classes and ensuring that
// New will work properly with them.
import net.mindview.util
www.eeworm.com/read/333003/12711523
java cargoship19.java
// generics/CargoShip19.java
// TIJ4 Chapter Generics, Exercise 19, page 649
// Following the form of Store.java, build a model of a containerized
// cargo ship.
import java.util.*;
import net.m
www.eeworm.com/read/333003/12711547
java apply40.java
// generics/Apply40.java
// {main: ApplyTest40}
// TIJ4 Chapter Generics, Exercise 40, page 731
// Add a speak() method to all the pets in tyepinfo.pets. Modify Apply.java to call the speak
// met
www.eeworm.com/read/333003/12711553
java holder3.java
// generics/Holder3.java
// TIJ4 Chapter Generics, Exercise 1, page 621
// Use Holder3 with the typeinfo.pets library to show that a Holder3 that is
// specified to hold a base type can also hold a
www.eeworm.com/read/333003/12711602
java ex28(2).java
// generics/Ex28.java
// TIJ4 Chapter Generics, Exercise 28, page 685
/* Create a generic class Generic1 with a single method that takes an argument
* of type T. Create a second generic class Ge
www.eeworm.com/read/333003/12711637
java new11.java
// generics.New11.java
// TIJ4 Chapter Generics, Exercise 11, page 635
// Test New.java by creating your own classes and ensuring that
// New will work properly with them.
import net.mindview.util
www.eeworm.com/read/313151/13595116
java cargoship19.java
// generics/CargoShip19.java
// TIJ4 Chapter Generics, Exercise 19, page 649
// Following the form of Store.java, build a model of a containerized
// cargo ship.
import java.util.*;
import net.m
www.eeworm.com/read/313151/13595122
java apply40.java
// generics/Apply40.java
// {main: ApplyTest40}
// TIJ4 Chapter Generics, Exercise 40, page 731
// Add a speak() method to all the pets in tyepinfo.pets. Modify Apply.java to call the speak
// met
www.eeworm.com/read/313151/13595123
java holder3.java
// generics/Holder3.java
// TIJ4 Chapter Generics, Exercise 1, page 621
// Use Holder3 with the typeinfo.pets library to show that a Holder3 that is
// specified to hold a base type can also hold a