Interface HasPriority
-
- All Known Implementing Classes:
ResourceInterceptor
,ResourceInterceptor.Reversed
public interface HasPriority
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
HasPriority.TreeMapComparator
This comparator is used when a TreeMap is employed to order objects that have priority because TreeMap will only keep one key if multiple keys compare to the same value
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
priority()
-
-
-
Method Detail
-
priority
Integer priority()
-
-