eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ImmutableCons':

Home

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

Class: ImmutableCons


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--Cons
            |
            +--ImmutableCons

Package:
stx:libbasic2
Category:
Collections-Linked
Version:
rev: 1.3 date: 2023/05/30 16:06:15
user: cg
file: ImmutableCons.st directory: libbasic2
module: stx stc-classLibrary: libbasic2

Description:


documentation to be added.

class:
    <a short class summary here, describing what instances represent>

responsibilities:    
    <describing what my main role is>

collaborators:    
    <describing with whom and how I talk to>

API:
    <public api and main messages>
    
example:
    <a one-line examples on how to use - can also be in a separate example method>

implementation:
    <implementation points>


[instance variables:]

[class variables:]

copyright

COPYRIGHT (c) 2021 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Instance protocol:

blocked
o  car: newValue
proceed to do it.

o  car: newCar cdr: newCdr
proceed to do it.

o  cdr: newValue
proceed to do it.

testing
o  isImmutable



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Fri, 18 Oct 2024 04:18:04 GMT