| Modifier and Type | Field and Description |
|---|---|
static int |
DEF_PRIORITY
Deprecated.
|
static int |
HIGH_PRIORITY
Deprecated.
|
static int |
LOW_PRIORITY
Deprecated.
|
static int |
MAX_PRIORITY
Deprecated.
|
static int |
MEDIUM_PRIORITY
Deprecated.
|
static int |
MIN_PRIORITY
Deprecated.
|
| Constructor and Description |
|---|
PriorityURL(String url)
Deprecated.
|
PriorityURL(String url,
int priority)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Sortable otherone)
Deprecated.
The compare function called by SortedVector to sort things
|
void |
decreasePriority()
Deprecated.
|
int |
getPriority()
Deprecated.
|
String |
getURL()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
increasePriority()
Deprecated.
|
void |
setPriority(int priority)
Deprecated.
|
String |
toString()
Deprecated.
|
public static int MIN_PRIORITY
public static int LOW_PRIORITY
public static int DEF_PRIORITY
public static int MEDIUM_PRIORITY
public static int HIGH_PRIORITY
public static int MAX_PRIORITY
public PriorityURL(String url)
public PriorityURL(String url, int priority)
public String getURL()
public int getPriority()
public void setPriority(int priority)
public void increasePriority()
public void decreasePriority()
public int compare(Sortable otherone)
Sortablecompare in interface SortableSortedVectorMMBase 1.9-SNAPSHOT - ${javadoctimestamp}