Next: , Previous: , Up: Base classes   [Index]


1.205 ValueHolder

Defined in namespace Smalltalk
Superclass: ValueAdaptor
Category: Language-Data types

I store my value in a variable. For example, you can use me to pass numbers by reference. Just instance me before calling a method and ask for my value after that method. There are a lot of other creative uses for my intances, though.