<%

TreeSet Addval=new TreeSet();

TreeMap abbval=new TreeMap();

Vector newurl=new Vector();
for(int i=0;i<dds.size();i++)
{
	double ids=Double.parseDouble(dds.elementAt(i).toString());
	
	ids=ids+Math.random();
	
	newurl.addElement(new Double(ids));
	Addval.add(new Double(ids));
	

%>

Recommended Answers

All 2 Replies

Why not ask 'they' who wrote the code !!!

it's easy, they're making a mess of things.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.