Package io.netty5.buffer.search
Class BitapSearchProcessorFactory.Processor
- java.lang.Object
-
- io.netty5.buffer.search.BitapSearchProcessorFactory.Processor
-
- All Implemented Interfaces:
SearchProcessor
,io.netty5.util.ByteProcessor
- Enclosing class:
- BitapSearchProcessorFactory
public static class BitapSearchProcessorFactory.Processor extends Object implements SearchProcessor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
process(byte value)
void
reset()
Resets the state of SearchProcessor.
-
-
-
Method Detail
-
process
public boolean process(byte value)
- Specified by:
process
in interfaceio.netty5.util.ByteProcessor
-
reset
public void reset()
Description copied from interface:SearchProcessor
Resets the state of SearchProcessor.- Specified by:
reset
in interfaceSearchProcessor
-
-