public static interface LabelAllocator.LabelSelection
| Modifier and Type | Method and Description |
|---|---|
org.onlab.util.Identifier<?> |
select(Set<org.onlab.util.Identifier<?>> values)
Picks an element from values using a particular algorithm.
|
org.onlab.util.Identifier<?> select(Set<org.onlab.util.Identifier<?>> values)
values - the values to select from