public final class ReqIFFiles
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
contains(ReqIFFile reqIFFile)
Checks whether the specified
ReqIFFile exists in this collection. |
ReqIFFile |
get(int index)
Returns the
ReqIFFile object at the specified index that is contained in this collection. |
int |
getCount()
Returns the count of items in this collection.
|
java.util.Iterator<ReqIFFile> |
iterator() |
java.util.stream.Stream<ReqIFFile> |
stream() |
public java.util.stream.Stream<ReqIFFile> stream()
public java.util.Iterator<ReqIFFile> iterator()
iterator
in interface java.lang.Iterable<ReqIFFile>
public ReqIFFile get(int index) throws java.lang.IndexOutOfBoundsException
ReqIFFile
object at the specified index that is contained in this collection.public boolean contains(ReqIFFile reqIFFile)
ReqIFFile
exists in this collection.reqIFFile
- the ReqIFFile
to check, not nulltrue
if the specified reqIFFile exists
, false
otherwisepublic int getCount()