Squeak Class Documentation category index | class index  
 
UrlArgumentList
  category: Network-Url
  superclass: OrderedCollection
  subclasses:

No comment. Sorry.

instance methods
  adding
  add:value:

  enumerating
  associationsDo:

  private
  argumentNamed:

class methods
  instance creation
  with:
with:with:
with:with:with:

instance methods
  adding top  
 

add:value:


  enumerating top  
 

associationsDo:

Evaluate aBlock for each of the receiver's elements (key/value
associations). If any non-association is within, the error is not caught now,
but later, when a key or value message is sent to it.


  private top  
 

argumentNamed:


class methods
  instance creation top  
 

with:

Answer an instance of me containing anObject.


 

with:with:

Answer an instance of me containing the two arguments as elements.


 

with:with:with:

Answer an instance of me containing the three arguments as elements.