Uses of Class
gnu.kawa.util.HashNode
Packages that use HashNode
Package
Description
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
-
Uses of HashNode in gnu.kawa.util
Fields in gnu.kawa.util declared as HashNodeMethods in gnu.kawa.util that return HashNodeModifier and TypeMethodDescriptionGeneralHashTable.allocEntries
(int n) GeneralHashTable.getEntryNext
(HashNode<K, V> entry) This override helps Kawa type-inference - for example in srfi69.scm.Allocate a new node in the hash table.Methods in gnu.kawa.util with parameters of type HashNode -
Uses of HashNode in gnu.text