
nuggets.benchmark.A Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-nuggets Show documentation
Show all versions of jadex-nuggets Show documentation
The Jadex nuggets is a fast Java bean to
XML and back converter.
The newest version!
package nuggets.benchmark;
import java.util.ArrayList;
import java.util.List;
public class A
{
protected int i;
protected String s;
protected B b;
protected List bs;
public A()
{
}
public A(int i, String s, B b, B[] bs)
{
this.i = i;
this.s = s;
this.b = b;
if(bs!=null)
{
this.bs = new ArrayList();
for(int j=0; j
© 2015 - 2025 Weber Informatics LLC | Privacy Policy