public class CEntriesSet extends Object
Constructor and Description |
---|
CEntriesSet() |
CEntriesSet(ICSettingEntry[] entries) |
CEntriesSet(List<ICSettingEntry> list) |
Modifier and Type | Method and Description |
---|---|
ICSettingEntry |
addEntry(ICSettingEntry entry) |
void |
clear() |
protected Object |
getKey(ICSettingEntry entry) |
void |
setEntries(ICSettingEntry[] entries) |
void |
setEntries(List<ICSettingEntry> list) |
int |
size() |
ICSettingEntry[] |
toArray() |
public CEntriesSet()
public CEntriesSet(List<ICSettingEntry> list)
public CEntriesSet(ICSettingEntry[] entries)
public int size()
public ICSettingEntry[] toArray()
protected Object getKey(ICSettingEntry entry)
public ICSettingEntry addEntry(ICSettingEntry entry)
public void clear()
public void setEntries(List<ICSettingEntry> list)
public void setEntries(ICSettingEntry[] entries)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.