Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.util
Class SeqNumber

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.util.SeqNumber

public class SeqNumber
extends java.lang.Object


Constructor Summary
SeqNumber(int value)
          SeqNumber.
 
Method Summary
 int get()
          get.
 void incr()
          incr.
 void set(int value)
          set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeqNumber

public SeqNumber(int value)
SeqNumber.

Method Detail

get

public int get()
get.


set

public void set(int value)
set.


incr

public void incr()
incr.


Simulcast 4.2