All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.replay.SharedLong

java.lang.Object
   |
   +----ncsa.replay.SharedLong

public class SharedLong
extends Object
SharedLong A long object that can be changed by multiple objects


Variable Index

 o LongZero

Constructor Index

 o SharedLong(long)

Method Index

 o intValue()
 o longValue()
 o main(String[])
 o setValue(long)

Variables

 o LongZero
 public static SharedLong LongZero

Constructors

 o SharedLong
 public SharedLong(long num)

Methods

 o longValue
 public long longValue()
 o intValue
 public int intValue()
 o setValue
 public void setValue(long num)
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index