- get(R, C) - Method in class cn.sissors.hummingbird.collect.TableContainer
-
Get a cell based on (row, column).
- get(String) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Get the setting based on key.
- get(String) - Method in class cn.sissors.hummingbird.runtime.report.ExecutionReport
-
Get the value associated with the specified key.
- get(String, Class<T>) - Method in class cn.sissors.hummingbird.runtime.report.ExecutionReport
-
Get the value associated with the specified key in generic T type.
- getBoolean(String) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Get the setting based on key in boolean.
- getBooleanOrDefault(String, boolean) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key in boolean.
- getCategory(String) - Method in class cn.sissors.hummingbird.runtime.report.ExecutionReport
-
Get a sub-report which only contains the given category.
- getDouble(String) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Get the setting based on key in double.
- getDouble(String) - Method in class cn.sissors.hummingbird.runtime.report.ExecutionReport
-
Get the value associated with the specified key in
Double type.
- getDoubleOrDefault(String, double) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key in double.
- getFirstTimer() - Static method in class cn.sissors.hummingbird.runtime.timer.TimerManager
-
Get the oldest created timer with the default name.
- getFirstTimer(String) - Static method in class cn.sissors.hummingbird.runtime.timer.TimerManager
-
Get the oldest created timer with the specified name.
- getHeaderName() - Method in class cn.sissors.hummingbird.collect.TableContainer
-
- getInt(String) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Get the setting based on key in integer.
- getInt(String) - Method in class cn.sissors.hummingbird.runtime.report.ExecutionReport
-
Get the value associated with the specified key in
Integer type.
- getIntOrDefault(String, int) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key in integer.
- getLastTimer() - Static method in class cn.sissors.hummingbird.runtime.timer.TimerManager
-
Get the newest created timer with the default name.
- getLastTimer(String) - Static method in class cn.sissors.hummingbird.runtime.timer.TimerManager
-
Get the newest created timer with the specified name.
- getLong(String) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Get the setting based on key in long.
- getLong(String) - Method in class cn.sissors.hummingbird.runtime.report.ExecutionReport
-
Get the value associated with the specified key in
Long type.
- getLongOrDefault(String, long) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key in long.
- getOrDefault(String, String) - Method in class cn.sissors.hummingbird.runtime.config.Configuration
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key.
- getProperties() - Method in class cn.sissors.hummingbird.runtime.config.PropertiesConfiguration
-
Get all configuration paris in properties format
- getString(String) - Method in class cn.sissors.hummingbird.runtime.report.ExecutionReport
-
Get the value associated with the specified key in
String type.
- getTimerGroup() - Static method in class cn.sissors.hummingbird.runtime.timer.TimerManager
-
Get the group of timers with the default name.
- getTimerGroup(String) - Static method in class cn.sissors.hummingbird.runtime.timer.TimerManager
-
Get the group of timers with the specified name.