| Package | Description |
|---|---|
| org.onlab.util |
Miscellaneous domain-agnostic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static ClosedOpenRange |
ClosedOpenRange.of(int lowerBound,
int upperBound)
Create a range with a lower bound and an upper bound.
|
static ClosedOpenRange |
ClosedOpenRange.of(com.google.common.collect.Range<Integer> range)
Creates a range from a Guava's range.
|
Copyright © 2016. All rights reserved.