public static class PriorityCollection.PriorityHolder<E> extends Object implements PriorityAware
| Constructor and Description |
|---|
PriorityHolder(int priority,
Supplier<Collection<E>> supplier) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
Collection<E> |
getValues() |
public PriorityHolder(int priority,
Supplier<Collection<E>> supplier)
public int getPriority()
getPriority in interface PriorityAwarepublic Collection<E> getValues()
Copyright © 2022 The Apache Software Foundation. All rights reserved.