Example usage for org.apache.commons.collections Buffer interface-usage

List of usage examples for org.apache.commons.collections Buffer interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections Buffer interface-usage.

Usage

From source file org.apache.flink.streaming.state.NullableCircularBuffer.java

@SuppressWarnings("rawtypes")
public class NullableCircularBuffer extends AbstractCollection implements Buffer, BoundedCollection, Serializable {

    /** Serialization version */
    private static final long serialVersionUID = 5603722811189451017L;

From source file org.apache.flink.streaming.api.state.NullableCircularBuffer.java

@SuppressWarnings("rawtypes")
public class NullableCircularBuffer extends AbstractCollection implements Buffer, BoundedCollection, Serializable {

    /** Serialization version */
    private static final long serialVersionUID = 5603722811189451017L;

From source file com.stainlesscode.mediapipeline.buffer.CircularFifoMediaBuffer.java

/**
 * Buffer of IMediaData objects.
 * 
 * TODO remove casts since changing the underlying array type
 * 
 * ALL TIMESTAMPS IN MICROSECONDS

From source file securitymon.collections.BoundedFifoBuffer.java

/**
 * The BoundedFifoBuffer is a very efficient implementation of
 * <code>Buffer</code> that is of a fixed size.
 * <p>
 * The removal order of a <code>BoundedFifoBuffer</code> is based on the 
 * insertion order; elements are removed in the same order in which they