eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Dolphin::SharedLookupTable':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SharedLookupTable (in Dolphin)


Inheritance:

   Object
   |
   +--Dolphin::SharedLookupTable

Package:
stx:libcompat
Category:
Compatibility-Dolphin
Version:
rev: 1.4 date: 2021/01/20 13:07:48
user: cg
file: Dolphin__SharedLookupTable.st directory: libcompat
module: stx stc-classLibrary: libcompat

Class protocol:

instance creation
o  new
(comment from inherited method)
return an instance of myself without indexed variables


Instance protocol:

accessing
o  at: key
(comment from inherited method)
return the indexed instance variable with index, anInteger;
this method can be redefined in subclasses.

o  at: key ifAbsent: aBlock
(comment from inherited method)
return the indexed instance variable with index, anInteger.
If there is no such key, return the value from exceptionalValue.
This method is usually be redefined in subclasses.

o  at: key put: value
(comment from inherited method)
store the 2nd arg, anObject as indexed instvar with index, anInteger.
this method can be redefined in subclasses. Returns anObject (sigh)

o  keysAndValuesDo: aBlock

o  removeKey: key ifAbsent: aBlock

o  values

setup
o  initialize
(comment from inherited method)
just to ignore initialize to objects which do not need it



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:17:19 GMT