Package com.icl.saxon.sort
Class HashMap
java.lang.Object
com.icl.saxon.sort.HashMap
A simple class for testing membership of a fixed set of ASCII strings.
The class must be initialised with enough space for all the strings,
it will go into an infinite loop if it fills. The string matching is case-blind,
using an algorithm that works only for ASCII
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
strings
String[] strings -
size
int size
-
-
Constructor Details
-
HashMap
public HashMap(int size)
-
-
Method Details
-
set
-
get
-