This class implements {@link Comparable}: The natural order of DetectedMimeType
s is determined by the properties {@link #getQuality() quality} and {@link #getSerial() serial}. After sorting, the instance with the greatest quality
is first. If 2 or more instances have the same quality
, the one with the smaller serial
comes before.
|
|