public class SystemLoadResult extends Object implements Iterable<RepoLoadResult>
Modifier and Type | Class and Description |
---|---|
static class |
SystemLoadResult.Builder |
Modifier and Type | Method and Description |
---|---|
static SystemLoadResult.Builder |
create() |
Iterator<RepoLoadResult> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static SystemLoadResult.Builder create()
public Iterator<RepoLoadResult> iterator()
iterator
in interface Iterable<RepoLoadResult>