public interface ExcerptComparator
Modifier and Type | Method and Description |
---|---|
int |
compare(Excerpt excerpt)
Given some criteria, deterime 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(Excerpt excerpt)
excerpt
- to checkCopyright © 2017. All rights reserved.