@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 |
|---|---|
ContentIds |
contentIds() |
static CompareContentResults.Builder |
create() |
Map<ContentId,CompareContentResult> |
getCompareContentResultsMap() |
Iterator<CompareContentResult> |
iterator() |
int |
size() |
Stream<CompareContentResult> |
stream() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static CompareContentResults.Builder create()
public Stream<CompareContentResult> stream()
public Iterator<CompareContentResult> iterator()
iterator in interface Iterable<CompareContentResult>public Map<ContentId,CompareContentResult> getCompareContentResultsMap()
public ContentIds contentIds()
public int size()