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, wait
forEach, spliterator
public List<Hypervisor> getList()
public void setList(List<Hypervisor> list)
public Iterator<Hypervisor> iterator()
iterator
in interface Iterable<Hypervisor>
Copyright © 2012–2021. All rights reserved.