All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lambda.tests.GenericsTest Maven / Gradle / Ivy

The newest version!
package com.lambda.tests;

import java.util.ArrayList;
import java.util.List;

public class GenericsTest {
    public static void main(String[] args) {
        runClasses();
    }

    public static void runClasses() {
        //List classes2 = new ArrayList>();
        List> classes3= new ArrayList>();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy