C - The identifier of the groupS - The solutions that are ranked best for a group of probleminstancespublic class RankingForGroup<C,S> extends Ranking<S>
| Constructor and Description |
|---|
RankingForGroup(GroupIdentifier<C> identifier,
java.util.List<S> solutionsForGroup) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
GroupIdentifier<C> |
getIdentifierForGroup() |
int |
hashCode() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic RankingForGroup(GroupIdentifier<C> identifier, java.util.List<S> solutionsForGroup)
public GroupIdentifier<C> getIdentifierForGroup()
public int hashCode()