Package io.netty.util
Interface IntConsumer
-
- All Known Implementing Classes:
AdaptivePoolingAllocator.BuddyChunk
public interface IntConsumerRepresents a consumer ofint-values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(int value)Consume anint.
-