public class AveragingTransactionsHolder extends Object
| Constructor and Description |
|---|
AveragingTransactionsHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(MemcpyDirection direction,
Long value) |
void |
clear() |
Long |
getAverageValue(MemcpyDirection direction) |
protected void |
init() |
protected void init()
public void clear()
public void addValue(@NonNull
MemcpyDirection direction,
Long value)
public Long getAverageValue(@NonNull MemcpyDirection direction)
Copyright © 2018. All rights reserved.