Squeak Class Documentation category index | class index  
 
WeakValueAssociation
  category: Collections-Support
  superclass: LookupKey
  subclasses:

No comment. Sorry.

instance methods
  accessing
  key:value:
value
value:

class methods
  as yet unclassified
  new

  instance creation
  key:value:

instance methods
  accessing top  
 

key:value:

Store the arguments as the variables of the receiver.


 

value


 

value:

Store the argument, anObject, as the value of the receiver.


class methods
  as yet unclassified top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.


  instance creation top  
 

key:value: