| Constructor and Description |
|---|
SortedQuestion(Question<? extends List<T>> listQuestion) |
SortedQuestion(Question<? extends List<T>> listQuestion,
Comparator<? super T> comparator) |
public SortedQuestion(Question<? extends List<T>> listQuestion, Comparator<? super T> comparator)
public List<T> answeredBy(Actor actor)
answeredBy in interface Question<List<T extends Object & Comparable<? super T>>>Copyright © 2021. All rights reserved.