JADE v6.1

com.dautelle.math.numbers
Class Integer64.Value

java.lang.Object
  extended bycom.dautelle.math.numbers.Integer64.Value
Enclosing class:
Integer64

public static final class Integer64.Value
extends java.lang.Object

This inner class represents a mutable image of an immutable Integer64. Instances of this class are typically used for inter-threads communication (e.g. system state). Updates/queries do not perform heap allocation (when executed in a pool context), but usually require synchronization.


Constructor Summary
Integer64.Value()
           
 
Method Summary
 Integer64 get()
          Returns an immutable copy of this mutable value (allocated on the "stack" when the current thread execute in a pool context).
 void set(Integer64 value)
          Sets the current value of this mutable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Integer64.Value

public Integer64.Value()
Method Detail

get

public Integer64 get()
Returns an immutable copy of this mutable value (allocated on the "stack" when the current thread execute in a pool context).

Returns:
a local immutable copy of this value.

set

public void set(Integer64 value)
Sets the current value of this mutable.

Parameters:
value - the new value.

JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.