Module com.github.akurilov.commons
Interface IoBuffer<T>
-
- All Known Implementing Classes:
LimitedQueueBuffer
public interface IoBuffer<T> extends Input<T>, Output<T>
An items buffer acting as input either output
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()intsize()
-