public class SWbemMethodSetImpl extends Object implements SWbemMethodSet
| Modifier and Type | Field and Description |
|---|---|
protected List<SWbemMethod> |
methods |
| Constructor and Description |
|---|
SWbemMethodSetImpl() |
SWbemMethodSetImpl(ActiveXMethods ax) |
SWbemMethodSetImpl(ActiveXMethods ax,
Wmi wmi) |
SWbemMethodSetImpl(GetActiveXComponent ax) |
SWbemMethodSetImpl(GetActiveXComponent ax,
Wmi wmi) |
SWbemMethodSetImpl(Iterable<? extends SWbemMethod> methods) |
SWbemMethodSetImpl(SWbemMethodSetImpl sample) |
| Modifier and Type | Method and Description |
|---|---|
SWbemMethodSet |
append(Iterable<? extends SWbemMethod> item)
Клонирование коллекции и добавление элементов
|
SWbemMethodSet |
clear()
Создание пустой коллекции
|
SWbemMethod |
get(int idx)
Получение элемента по его индексу
|
int |
getSize()
Кол-во элементов
|
Iterator<SWbemMethod> |
iterator() |
static SWbemMethodSetImpl |
of(ActiveXMethods ax) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected List<SWbemMethod> methods
public SWbemMethodSetImpl()
public SWbemMethodSetImpl(SWbemMethodSetImpl sample)
public SWbemMethodSetImpl(Iterable<? extends SWbemMethod> methods)
public SWbemMethodSetImpl(ActiveXMethods ax, Wmi wmi)
public SWbemMethodSetImpl(ActiveXMethods ax)
public SWbemMethodSetImpl(GetActiveXComponent ax, Wmi wmi)
public SWbemMethodSetImpl(GetActiveXComponent ax)
public SWbemMethodSet clear()
ArrayViewclear in interface ArrayView<SWbemMethod,SWbemMethodSet>public SWbemMethodSet append(Iterable<? extends SWbemMethod> item)
ArrayViewappend in interface ArrayView<SWbemMethod,SWbemMethodSet>item - добавляемые элементыpublic int getSize()
ArrayViewgetSize in interface ArrayView<SWbemMethod,SWbemMethodSet>public SWbemMethod get(int idx)
ArrayViewget in interface ArrayView<SWbemMethod,SWbemMethodSet>idx - индексpublic Iterator<SWbemMethod> iterator()
iterator in interface Iterable<SWbemMethod>public static SWbemMethodSetImpl of(ActiveXMethods ax)
Copyright © 2020. All rights reserved.