|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.util.HashList<E>
public class HashList<E>
Constructor Summary | |
---|---|
HashList()
|
Method Summary | |
---|---|
boolean |
add(E o)
Adds an object to the list if it is not already present. |
boolean |
contains(java.lang.Object o)
|
java.lang.Object |
get(E o)
|
java.util.Iterator<E> |
iterator()
|
boolean |
remove(E o)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashList()
Method Detail |
---|
public final boolean add(E o)
o
- True if the object was added.public final boolean remove(E o)
public final java.lang.Object get(E o)
public final int size()
public final boolean contains(java.lang.Object o)
public final java.util.Iterator<E> iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |