Class SimpleBuffer
java.lang.Object
ai.apiverse.apisuite.mirror.agent.buffer.SimpleBuffer
- All Implemented Interfaces:
Buffer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleBuffer
public SimpleBuffer(int size)
-
-
Method Details
-
offer
-
canOffer
public boolean canOffer() -
poll
-
clear
public boolean clear() -
getContentCount
public int getContentCount()- Specified by:
getContentCountin interfaceBuffer
-