|
Class: SmallDictionaryWith1Element (private in Trie
This class is only visible from within
Trie.
Object
|
+--Trie::SmallDictionaryWith1Element
- Package:
- stx:libbasic2
- Category:
- Collections-Ordered
- Owner:
- Trie
accessing
-
at: key
-
(comment from inherited method)
return the indexed instance variable with index, anInteger;
this method can be redefined in subclasses.
-
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.
-
includesKey: key
-
-
isEmpty
-
-
k1: k1Arg v1: v1Arg
-
-
newAt: key put: value
-
-
size
-
(comment from inherited method)
return the number of the receiver's indexed instance variables;
this method may be redefined in subclasses
enumeration
-
do: aBlock
-
visiting
-
acceptVisitor: aVisitor with: aParameter
-
dispatch for visitor pattern; send #visitDictionary:with: to aVisitor
|