Package com.google.gerrit.server.change
Class CommentThread<T extends Comment>
- java.lang.Object
- 
- com.google.gerrit.server.change.CommentThread<T>
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCommentThread.Builder<T extends Comment>
 - 
Constructor SummaryConstructors Constructor Description CommentThread()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static <T extends Comment>
 CommentThread.Builder<T>builder()abstract com.google.common.collect.ImmutableList<T>comments()Comments in the thread in exactly the order they appear in the thread.booleanunresolved()Whether the whole thread is considered as unresolved.
 
- 
- 
- 
Method Detail- 
commentspublic abstract com.google.common.collect.ImmutableList<T> comments() Comments in the thread in exactly the order they appear in the thread.
 - 
unresolvedpublic boolean unresolved() Whether the whole thread is considered as unresolved.
 - 
builderpublic static <T extends Comment> CommentThread.Builder<T> builder() 
 
- 
 
-