public class HTMLTagHashSet extends Object
The class implements part of the java.util.Set interface; it could be replaced with an implementation of java.util.Set together with a class that implemented a customized equals() method.
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
size |
(package private) String[] |
strings |
| Constructor and Description |
|---|
HTMLTagHashSet(int size) |