
com.lambda.tests.GenericsTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LewisOmniscientDebugger Show documentation
Show all versions of LewisOmniscientDebugger Show documentation
A command line utility for accesing the bowler framework.
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