类 MimeType.SpecificityComparator<T extends MimeType>
java.lang.Object
cn.taketoday.util.MimeType.SpecificityComparator<T>
- 类型参数:
T- the type of mime types that may be compared by this comparator
- 所有已实现的接口:
Comparator<T>
- 封闭类:
- MimeType
public static class MimeType.SpecificityComparator<T extends MimeType>
extends Object
implements Comparator<T>
Comparator to sort
MimeTypes in order of specificity.-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
构造器详细资料
-
SpecificityComparator
public SpecificityComparator()
-
-
方法详细资料
-
compare
- 指定者:
compare在接口中Comparator<T extends MimeType>
-
compareParameters
-