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