FileDocCategorySizeDatePackage
ListManager.javaAPI DocExample959Sun Nov 23 04:50:40 GMT 2003oreilly.hcj.tiger

ListManager

public class ListManager extends Object
Implements a manager of lists that stores the lists by key.

Fields Summary
Type
values
Constructors Summary
ListManager(Type values)


	   
		this.values = values;
	
Methods Summary
public voidsomeMethod(int idx)

	//	int result = values.get(idx).compareTo();
//		int intValue = values.get(idx).intValue();
		int code = values.get(idx).hashCode();