|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AVList | |
---|---|
com.neatech.climbplan.simulation |
Uses of AVList in com.neatech.climbplan.simulation |
---|
Classes in com.neatech.climbplan.simulation that implement AVList | |
---|---|
class |
AVListImpl
|
class |
Simulation
|
Methods in com.neatech.climbplan.simulation that return AVList | |
---|---|
AVList |
AVListImpl.clearList()
|
AVList |
AVList.clearList()
|
AVList |
AVListImpl.copy()
|
AVList |
AVList.copy()
Returns a shallow copy of this AVList instance: the keys and values themselves are not cloned. |
AVList |
AVListImpl.setValues(AVList list)
|
AVList |
AVList.setValues(AVList avList)
Adds the contents of another attribute-value list to the list. |
Methods in com.neatech.climbplan.simulation with parameters of type AVList | |
---|---|
static Double |
AVListImpl.getDoubleValue(AVList avList,
String key)
|
static Double |
AVListImpl.getDoubleValue(AVList avList,
String key,
Double defaultValue)
|
static Integer |
AVListImpl.getIntegerValue(AVList avList,
String key)
|
static Integer |
AVListImpl.getIntegerValue(AVList avList,
String key,
Integer defaultValue)
|
static Long |
AVListImpl.getLongValue(AVList avList,
String key)
|
static Long |
AVListImpl.getLongValue(AVList avList,
String key,
Long defaultValue)
|
static String |
AVListImpl.getStringValue(AVList avList,
String key)
|
static String |
AVListImpl.getStringValue(AVList avList,
String key,
String defaultValue)
|
AVList |
AVListImpl.setValues(AVList list)
|
AVList |
AVList.setValues(AVList avList)
Adds the contents of another attribute-value list to the list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |