Package | Description |
---|---|
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.cpl.style.key |
Deprecated Provides a set of keys used to identify values within styles.
|
ilog.cpl.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
IlpValueMap |
IlpAbstractStyle.getValueMap(IlpValueMapKey key)
Deprecated.
Returns the
IlpValueMap value of a given key in this style. |
IlpValueMap |
IlpAbstractStyle.getValueMap(IlpValueMapKey key,
IlpValueMap defaultValue)
Deprecated.
Returns the
IlpValueMap value of a given key in this style. |
Modifier and Type | Method and Description |
---|---|
IlpValueMap |
IlpAbstractStyle.getValueMap(IlpValueMapKey key,
IlpValueMap defaultValue)
Deprecated.
Returns the
IlpValueMap value of a given key in this style. |
void |
IlpAbstractStyle.setValueMap(IlpValueMapKey key,
IlpValueMap value)
Deprecated.
Changes the
IlpValueMap local value of a given property
in this style. |
Modifier and Type | Method and Description |
---|---|
static IlpValueMapKey |
IlpValueMapKey.New(String name,
IlpValueMap defaultValue)
Deprecated.
Creates a new key for properties of type
IlpValueMap . |
Constructor and Description |
---|
IlpValueMapKey(String name,
IlpValueMap defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractValueMap
This class models a simple value map implementation, which associates
typed keys with typed values.
|
class |
IlpDefaultValueMap
CPL mapping table implementation using hash map.
|
class |
IlpIndexedValueMap
This class models a simple value map implementation, which associates
typed keys with typed values.
|
class |
IlpOrderedValueMap
This class models a simple value map implementation that associates
typed keys with typed values.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.