Package | Description |
---|---|
com.kenai.constantine | |
com.kenai.constantine.platform |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<java.lang.String,Constant> |
ConstantSet.nameToConstant
Deprecated.
|
private java.util.concurrent.ConcurrentMap<java.lang.Integer,Constant> |
ConstantSet.valueToConstant
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Constant |
ConstantSet.getConstant(int value)
Deprecated.
Gets the constant for a name.
|
Constant |
ConstantSet.getConstant(java.lang.String name)
Deprecated.
Gets the constant for a name.
|
Constant |
ConstantSet.ConstantIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Constant> |
ConstantSet.iterator()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private Constant[] |
ConstantResolver.cache
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private Constant |
ConstantResolver.getConstant(E e)
Deprecated.
|
private Constant |
ConstantResolver.lookupAndCacheConstant(E e)
Deprecated.
|