| Package | Description |
|---|---|
| org.onlab.util |
Miscellaneous domain-agnostic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Bandwidth |
Bandwidth.add(Bandwidth value)
Returns a Bandwidth whose value is (this + value).
|
static Bandwidth |
Bandwidth.bps(double bps)
Creates a new instance with given bandwidth in bps.
|
static Bandwidth |
Bandwidth.gbps(double gbps)
Creates a new instance with given bandwidth in Gbps.
|
static Bandwidth |
Bandwidth.kbps(double kbps)
Creates a new instance with given bandwidth in Kbps.
|
static Bandwidth |
Bandwidth.mbps(double mbps)
Creates a new instance with given bandwidth in Mbps.
|
Bandwidth |
Bandwidth.subtract(Bandwidth value)
Returns a Bandwidth whose value is (this - value).
|
| Modifier and Type | Method and Description |
|---|---|
Bandwidth |
Bandwidth.add(Bandwidth value)
Returns a Bandwidth whose value is (this + value).
|
int |
Bandwidth.compareTo(Bandwidth other) |
Bandwidth |
Bandwidth.subtract(Bandwidth value)
Returns a Bandwidth whose value is (this - value).
|
Copyright © 2015. All rights reserved.