Module org.apache.lucene.core
Package org.apache.lucene.util.bkd
Interface BKDUtil.ByteArrayPredicate
- Enclosing class:
BKDUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Predicate for a fixed number of bytes.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(byte[] a, int aOffset, byte[] b, int bOffset) Test bytes starting from the given offsets.
-
Method Details
-
test
boolean test(byte[] a, int aOffset, byte[] b, int bOffset) Test bytes starting from the given offsets.
-