edu.umd.cs.findbugs.gui2

Class HashList<E>

public class HashList<E> extends ArrayList<E>

A list with ArrayList's fast add and set operations, and HashMap's fast contains and indexOf() operations. The tradeoff is an O(n) remove.
Constructor Summary
HashList()
HashList(Collection<? extends E> c)

Constructor Detail

HashList

public HashList()

HashList

public HashList(Collection<? extends E> c)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.