@Beta public class CompareContentResults extends Object implements Iterable<CompareContentResult>
Modifier and Type | Class and Description |
---|---|
static class |
CompareContentResults.Builder |
Modifier and Type | Method and Description |
---|---|
static CompareContentResults.Builder |
create() |
com.google.common.collect.ImmutableSet<CompareContentResult> |
getCompareContentResults() |
Map<ContentId,CompareContentResult> |
getCompareContentResultsMap() |
Iterator<CompareContentResult> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static CompareContentResults.Builder create()
public Iterator<CompareContentResult> iterator()
iterator
in interface Iterable<CompareContentResult>
public com.google.common.collect.ImmutableSet<CompareContentResult> getCompareContentResults()
public Map<ContentId,CompareContentResult> getCompareContentResultsMap()