All Known Implementing Classes:
InvocationCounter, RandomAccessShortList, AbstractListShortList, ArrayUnsignedByteList, AbstractCollectionShortCollection, NonSerializableCollectionShortCollection, NonSerializableListShortList, InvocationCounter, AbstractShortCollection, NonSerializableUnmodifiableShortList, BaseUnmodifiableShortList, CollectionShortCollection, ListShortList, BaseProxyShortCollection, RandomAccessShortSubList, ShortCollectionImpl, BaseProxyShortList, ArrayShortList, AbstractRandomAccessShortListImpl, ShortList, UnmodifiableShortList
short values.Commons - Primitives 1.0$ - Revision: 1.3 $ $Date: 2003/10/16 20:49:36 $Rodney - Waldhoff| Method from org.apache.commons.collections.primitives.ShortCollection Summary: |
|---|
| add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, removeElement, retainAll, size, toArray, toArray |
| Method from org.apache.commons.collections.primitives.ShortCollection Detail: |
|---|
true
iff I changed as a result of this call.
If a collection refuses to add the specified
element for any reason other than that it already contains
the element, it must throw an exception (rather than
simply returning false). This preserves the invariant
that a collection always contains the specified element after
this call returns. |
|
|
true iff I contain
the specified element. |
true iff I contain
all of the elements in the given collection. |
true iff I contain no elements. |
|
|
|
|
|
|
|