public static class LabelAllocator.FirstFitSelection extends Object implements LabelAllocator.LabelSelection
| Constructor and Description |
|---|
FirstFitSelection() |
| Modifier and Type | Method and Description |
|---|---|
org.onlab.util.Identifier<?> |
select(Set<org.onlab.util.Identifier<?>> values)
Selects an identifier from a given set of values using
the first fir selection algorithm.
|
public org.onlab.util.Identifier<?> select(Set<org.onlab.util.Identifier<?>> values)
select in interface LabelAllocator.LabelSelectionvalues - the values to select from