| Package | Description |
|---|---|
| net.openhft.chronicle | |
| net.openhft.chronicle.tools |
| Modifier and Type | Method and Description |
|---|---|
long |
AbstractNativeExcerpt.findMatch(ExcerptComparator comparator) |
long |
Excerpt.findMatch(ExcerptComparator comparator)
Find any entry which return a match i.e.
|
void |
AbstractNativeExcerpt.findRange(long[] startEnd,
ExcerptComparator comparator) |
void |
Excerpt.findRange(long[] startEnd,
ExcerptComparator comparator)
Find entries which return a match.
|
| Modifier and Type | Method and Description |
|---|---|
long |
WrappedExcerpt.findMatch(ExcerptComparator comparator) |
void |
WrappedExcerpt.findRange(long[] startEnd,
ExcerptComparator comparator) |
Copyright © 2014. All Rights Reserved.