public abstract class PriorityJob extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
static int |
MAX_PRIORITY |
static int |
MIN_PRIORITY |
protected int |
priority |
Constructor and Description |
---|
PriorityJob(int priority) |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
public static final int MAX_PRIORITY
public static final int MIN_PRIORITY
protected int priority
Copyright © 2016. All rights reserved.