|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.function.impl.Utility
class Utility
Utility class handling miscellaneous tasks.
Constructor Summary | |
---|---|
Utility()
|
Method Summary | |
---|---|
(package private) static TelemetryStreamCollection |
expandNumber(java.lang.Number value,
TelemetryStreamCollection source)
Creates a new instance of TelemetryStreamCollection based on supplied source,
and fills it with supplied value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Utility()
Method Detail |
---|
static TelemetryStreamCollection expandNumber(java.lang.Number value, TelemetryStreamCollection source) throws TelemetryFunctionException
TelemetryStreamCollection
based on supplied source,
and fills it with supplied value.
value
- The value to fill the newly created instance of
TelemetryStreamCollection
.source
- The template TelemetryStreamCollection
object.
TelemetryStreamCollection
.
TelemetryFunctionException
- If anything is wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |