public interface ExcerptComparator
Modifier and Type | Method and Description |
---|---|
int |
compare(Excerpt excerpt)
Given some criteria, determine if the entry is -1 = below range, +1 = above range and 0 in
range Can be used for exact matches or a range of values.
|
int compare(@NotNull Excerpt excerpt)
excerpt
- to checkCopyright © 2016. All rights reserved.