public final class ReqIFArchives
extends java.lang.Object
ReqIFArchive
objects.Constructor and Description |
---|
ReqIFArchives() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(ReqIFArchive reqIFArchive)
Checks whether the specified
ReqIFArchive exists in this collection. |
ReqIFArchive |
get(int index)
Returns the
ReqIFArchive at the specified index that is contained in this collection. |
int |
getCount()
Returns the count of items in this collection.
|
java.util.Iterator<ReqIFArchive> |
iterator() |
public java.util.Iterator<ReqIFArchive> iterator()
iterator
in interface java.lang.Iterable<ReqIFArchive>
public boolean contains(ReqIFArchive reqIFArchive)
ReqIFArchive
exists in this collection.reqIFArchive
- the ReqIFArchive
object to checktrue
if the specified ReqIFArchive
object exists in the collection, false
otherwisepublic ReqIFArchive get(int index) throws java.lang.IndexOutOfBoundsException
ReqIFArchive
at the specified index that is contained in this collection.index
- the index of the ReqIFArchive
object in the collection, >= 0
and <
collection sizeReqIFArchive
object at the specified indexjava.lang.IndexOutOfBoundsException
- if the index is < 0
or >=
countpublic int getCount()