public class

FifoBuffer

extends Object
java.lang.Object
   ↳ com.steerpath.sdk.utils.FifoBuffer<T>

Class Overview

FifoBuffer pushes firstly added item when size limit is exceeded.

Summary

Public Constructors
FifoBuffer(int size)
Public Methods
synchronized List<T> copy()
synchronized void insert(T item)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FifoBuffer (int size)

Public Methods

public synchronized List<T> copy ()

public synchronized void insert (T item)