eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Trie::SmallDictionaryWith1Element':

Home

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

Class: SmallDictionaryWith1Element (private in Trie

This class is only visible from within Trie.

Inheritance:

   Object
   |
   +--Trie::SmallDictionaryWith1Element

Package:
stx:libbasic2
Category:
Collections-Ordered
Owner:
Trie

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: exceptionValue
(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  includesKey: key

o  isEmpty

o  k1: k1Arg v1: v1Arg

o  newAt: key put: value

o  size
(comment from inherited method)
return the number of the receiver's indexed instance variables;
this method may be redefined in subclasses

enumeration
o  do: aBlock

visiting
o  acceptVisitor: aVisitor with: aParameter
dispatch for visitor pattern; send #visitDictionary:with: to aVisitor



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Wed, 08 May 2024 14:31:56 GMT