Package org.jcsp.util.ints


package org.jcsp.util.ints
  • Class
    Description
    This is used to create a buffered integer channel that never loses data.
    This is thrown if an attempt is made to create some variety of buffered channel with a zero or negative sized buffer.
    This is the interface for integer channel plug-ins that define their buffering characteristics.
    This is used to create a buffered integer channel that always accepts and never loses any input.
    This is used to create a buffered integer channel that always accepts input, discarding its last entered data if full.
    This is used to create a buffered integer channel that always accepts input, overwriting its oldest data if full.
    This is used to create a buffered integer channel that always accepts input, overwriting its last entered data if full.
    This is used to create a zero-buffered integer channel that never loses data.