| 
 | JADE v6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dautelle.math.numbers.LargeInteger.Value
This inner class represents a mutable image of an immutable
 LargeInteger. 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 | |
| LargeInteger.Value() | |
| Method Summary | |
|  LargeInteger | get()Returns an immutable copy of this mutable value (allocated on the "stack" when the current thread execute in a pool context). | 
|  void | set(LargeInteger 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 | 
public LargeInteger.Value()
| Method Detail | 
public LargeInteger get()
public void set(LargeInteger value)
value - the new value.| 
 | JADE v6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||