代码搜索:Generics
找到约 1,477 项符合「Generics」的源代码
代码结果 1,477
www.eeworm.com/read/313151/13595133
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/313151/13595140
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/478118/6720109
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/478118/6720115
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/478118/6720116
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/478118/6720126
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/478118/6720133
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/395876/8147390
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/395876/8147413
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/395876/8147416
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