代码搜索:Generics
找到约 1,477 项符合「Generics」的源代码
代码结果 1,477
www.eeworm.com/read/395876/8147447
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/395876/8147476
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/392244/8355558
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/392244/8355574
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/392244/8355576
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/392244/8355604
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/392244/8355626
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/370596/9592667
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/370596/9592680
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/370596/9592681
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