代码搜索:Generics
找到约 1,477 项符合「Generics」的源代码
代码结果 1,477
www.eeworm.com/read/344239/11896856
java genericarray2.java
//: generics/GenericArray2.java
public class GenericArray2 {
private Object[] array;
public GenericArray2(int sz) {
array = new Object[sz];
}
public void put(int index, T item)
www.eeworm.com/read/344239/11896967
java tupletest2.java
//: generics/TupleTest2.java
import net.mindview.util.*;
import static net.mindview.util.Tuple.*;
public class TupleTest2 {
static TwoTuple f() {
return tuple("hi", 47);
www.eeworm.com/read/344239/11897134
java apply.java
//: generics/Apply.java
// {main: ApplyTest}
import java.lang.reflect.*;
import java.util.*;
import static net.mindview.util.Print.*;
public class Apply {
public static
www.eeworm.com/read/344239/11897147
java factoryconstraint.java
//: generics/FactoryConstraint.java
interface FactoryI {
T create();
}
class Foo2 {
private T x;
public Foo2(F factory) {
x = factory.create();
}
www.eeworm.com/read/149607/12362942
txt fifo.txt
-- A First-in First-out Memory
-- a first-in first out memory, uses a synchronising clock
-- generics allow fifos of different sizes to be instantiated
-- download from: www.fpga.com.cn & www.pld.c
www.eeworm.com/read/227189/14437620
txt fifo存储器举例:(注3).txt
-- A First-in First-out Memory
-- a first-in first out memory, uses a synchronising clock
-- generics allow fifos of different sizes to be instantiated
-- download from: www.fpga.com.cn & www.pld.c
www.eeworm.com/read/220429/14801223
txt fifo.txt
-- A First-in First-out Memory
-- a first-in first out memory, uses a synchronising clock
-- generics allow fifos of different sizes to be instantiated
-- download from: www.fpga.com.cn & www.pld.c
www.eeworm.com/read/208531/15245751
txt fifo.txt
-- A First-in First-out Memory
-- a first-in first out memory, uses a synchronising clock
-- generics allow fifos of different sizes to be instantiated
-- download from: www.fpga.com.cn & www.pld.c
www.eeworm.com/read/405478/2291435
java pricedstuff.java
//$Id: PricedStuff.java 11282 2007-03-14 22:05:59Z epbernard $
package org.hibernate.test.annotations.generics;
import javax.persistence.MappedSuperclass;
/**
* @author Emmanuel Bernard
*/
@Mapped
www.eeworm.com/read/370579/9595099
txt fifo存储器举例:(注3).txt
-- A First-in First-out Memory
-- a first-in first out memory, uses a synchronising clock
-- generics allow fifos of different sizes to be instantiated
-- download from: www.fpga.com.cn & www.pld.c