Class MessageQueue


  • public class MessageQueue
    extends Object
    Allows messages to be added to the end of the buffer such that they are kept around and evicted in a FIFO manner.
    • Constructor Detail

    • Method Detail

      • evictMessage

        public int evictMessage()
      • getSize

        public int getSize()
      • getPosition

        public int getPosition()
      • setPosition

        public void setPosition​(int position)
      • clear

        public void clear()