public class HashList<E> extends Object
HashList()
boolean
add(E o)
contains(Object o)
Object
get(E o)
Iterator<E>
iterator()
remove(E o)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HashList()
public final boolean add(E o)
o
public final boolean remove(E o)
public final Object get(E o)
public final int size()
public final boolean contains(Object o)
public final Iterator<E> iterator()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.