Interface Buffer

All Known Implementing Classes:
SimpleBuffer

public interface Buffer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    int
     
    boolean
    offer​(dev.shortloop.common.models.data.APISample e)
     
    dev.shortloop.common.models.data.APISample
     
  • Method Details

    • offer

      boolean offer(dev.shortloop.common.models.data.APISample e)
    • canOffer

      boolean canOffer()
    • poll

      dev.shortloop.common.models.data.APISample poll()
    • clear

      boolean clear()
    • getContentCount

      int getContentCount()