public class Queue extends Object
| Constructor and Description |
|---|
Queue(int priority) |
Queue(int priority,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity() |
int |
getPriority() |
void |
setCapacity(int capacity) |
void |
setPriority(int priority) |
Copyright © 2018 WSO2. All rights reserved.