CircularBuffer

org.eso.ias.utils.CircularBuffer
See theCircularBuffer companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T : ClassTag](size: Int): CircularBuffer[T]

Builds a circular buffer

Builds a circular buffer

Type parameters

T

the type of the objects in the buffer

Value parameters

size

the max number of items in the circular buffer

Attributes