|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.tritonus.share.ArraySet<E>
public class ArraySet<E>
| Constructor Summary | |
|---|---|
ArraySet()
|
|
ArraySet(java.util.Collection<E> c)
|
|
| Method Summary | |
|---|---|
boolean |
add(E element)
|
void |
add(int index,
E element)
|
E |
set(int index,
E element)
|
| Methods inherited from class java.util.ArrayList |
|---|
addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, size, subList, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode |
| Constructor Detail |
|---|
public ArraySet()
public ArraySet(java.util.Collection<E> c)
| Method Detail |
|---|
public boolean add(E element)
add in interface java.util.Collection<E>add in interface java.util.List<E>add in interface java.util.Set<E>add in class java.util.ArrayList<E>
public void add(int index,
E element)
add in interface java.util.List<E>add in class java.util.ArrayList<E>
public E set(int index,
E element)
set in interface java.util.List<E>set in class java.util.ArrayList<E>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||