ro.isdc.wro.util
Interface Ordered

All Known Implementing Classes:
DefaultConfigurableProvider, DefaultConfigurableProvider, DefaultLocatorProvider

public interface Ordered

Classes implementing this interface signal to the classes that load them that order is significant.

Since:
1.6.2
Author:
Moandji Ezana

Field Summary
static Comparator<Object> ASCENDING_COMPARATOR
           
static int HIGHEST
          The highest order, meaning that the value will be the last when ascending comparator is used.
static int LOWEST
          The highest order, meaning that the value will be the first when ascending comparator is used.
static int MEDIUM
           
 
Method Summary
 int getOrder()
           
 

Field Detail

HIGHEST

static final int HIGHEST
The highest order, meaning that the value will be the last when ascending comparator is used.

See Also:
Constant Field Values

MEDIUM

static final int MEDIUM
See Also:
Constant Field Values

LOWEST

static final int LOWEST
The highest order, meaning that the value will be the first when ascending comparator is used.

See Also:
Constant Field Values

ASCENDING_COMPARATOR

static final Comparator<Object> ASCENDING_COMPARATOR
Method Detail

getOrder

int getOrder()
Returns:
a number representing the order.


Copyright © 2008-2013. All Rights Reserved.