Class CEntriesSet
- java.lang.Object
-
- org.eclipse.cdt.core.settings.model.util.CEntriesSet
-
public class CEntriesSet extends Object
-
-
Constructor Summary
Constructors Constructor Description CEntriesSet()
CEntriesSet(List<ICSettingEntry> list)
CEntriesSet(ICSettingEntry[] entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICSettingEntry
addEntry(ICSettingEntry entry)
void
clear()
protected Object
getKey(ICSettingEntry entry)
void
setEntries(List<ICSettingEntry> list)
void
setEntries(ICSettingEntry[] entries)
int
size()
ICSettingEntry[]
toArray()
-
-
-
Constructor Detail
-
CEntriesSet
public CEntriesSet()
-
CEntriesSet
public CEntriesSet(List<ICSettingEntry> list)
-
CEntriesSet
public CEntriesSet(ICSettingEntry[] entries)
-
-
Method Detail
-
size
public int size()
-
toArray
public ICSettingEntry[] toArray()
-
getKey
protected Object getKey(ICSettingEntry entry)
-
addEntry
public ICSettingEntry addEntry(ICSettingEntry entry)
-
clear
public void clear()
-
setEntries
public void setEntries(List<ICSettingEntry> list)
-
setEntries
public void setEntries(ICSettingEntry[] entries)
-
-