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 TypeMethodDescriptionint
appendItems
(AppendableResult other) Notice that thenull
condition needs to be consideredint
iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PullRequestResult
public PullRequestResult()
-
-
Method Details
-
appendItems
Description copied from interface:AppendableResult
Notice that thenull
condition needs to be considered- Specified by:
appendItems
in interfaceAppendableResult
- Parameters:
other
- other appendable result- Returns:
- item count appended
-
getItemCount
public int getItemCount()- Specified by:
getItemCount
in interfaceAppendableResult
-
iterator
- Specified by:
iterator
in interfaceIterable<PullRequest>
-