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.3 date: 2011/10/04 16:47:42
user: cg
file: Dolphin__SharedLookupTable.st directory: libcompat
module: stx stc-classLibrary: libcompat

Class protocol:

instance creation
o  new


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

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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 01 May 2024 21:45:20 GMT