| Package | Description |
|---|---|
| org.onlab.util |
Miscellaneous domain-agnostic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static DataRateUnit |
DataRateUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRateUnit[] |
DataRateUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Bandwidth |
Bandwidth.of(double v,
DataRateUnit unit)
Creates a new instance with given bandwidth.
|
static Bandwidth |
Bandwidth.of(long v,
DataRateUnit unit)
Creates a new instance with given bandwidth.
|
Copyright © 2016. All rights reserved.