T
- - stored typepublic class KindBasedStore<T> extends Object implements Cloneable
ICLanguageSettingEntry
, i.e. include path, macro etc.Modifier and Type | Field and Description |
---|---|
static int |
ORED_ALL_ENTRY_KINDS |
static int |
ORED_LANG_ENTRY_KINDS |
Constructor and Description |
---|
KindBasedStore() |
KindBasedStore(boolean langOnly) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
clone() |
T |
get(int kind) |
static int[] |
getAllEntryKinds() |
IKindBasedInfo<T>[] |
getContents() |
IKindBasedInfo<T> |
getInfo(int kind) |
static int[] |
getLanguageEntryKinds() |
T |
put(int kind,
T object) |
public static final int ORED_LANG_ENTRY_KINDS
public static final int ORED_ALL_ENTRY_KINDS
public KindBasedStore()
public KindBasedStore(boolean langOnly)
public static int[] getLanguageEntryKinds()
public static int[] getAllEntryKinds()
public T get(int kind)
public IKindBasedInfo<T>[] getContents()
public IKindBasedInfo<T> getInfo(int kind)
public void clear()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.