Class PullRequestResult
java.lang.Object
edu.sustech.search.engine.github.models.pullrequests.PullRequestResult
- All Implemented Interfaces:
AppendableResult,Iterable<PullRequest>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintappendItems(AppendableResult other) Notice that thenullcondition needs to be consideredintiterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PullRequestResult
public PullRequestResult()
-
-
Method Details
-
appendItems
Description copied from interface:AppendableResultNotice that thenullcondition needs to be considered- Specified by:
appendItemsin interfaceAppendableResult- Parameters:
other- other appendable result- Returns:
- item count appended
-
getItemCount
public int getItemCount()- Specified by:
getItemCountin interfaceAppendableResult
-
iterator
- Specified by:
iteratorin interfaceIterable<PullRequest>
-