public class Hypervisors extends Object implements Iterable<Hypervisor>
| Constructor and Description |
|---|
Hypervisors() |
| Modifier and Type | Method and Description |
|---|---|
List<Hypervisor> |
getList() |
Iterator<Hypervisor> |
iterator() |
void |
setList(List<Hypervisor> list) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic List<Hypervisor> getList()
public void setList(List<Hypervisor> list)
public Iterator<Hypervisor> iterator()
iterator in interface Iterable<Hypervisor>Copyright © 2012–2023. All rights reserved.