Interpreter.PrologInterpreter.PrologLexer.Sets
Class SpecialSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.HashSet
                    |
                    +--Interpreter.PrologInterpreter.PrologLexer.Sets.SpecialSet

public class SpecialSet
extends java.util.HashSet

La classe SpecialSet realizza l'elenco di tutti i caratteri speciali e le parole chiave speciali. Viene costruita utilizzando un insieme hash (HashSet).

See Also:
Serialized Form

Constructor Summary
SpecialSet()
          Costruisce un nuovo SpecialSet.
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpecialSet

public SpecialSet()
Costruisce un nuovo SpecialSet.


Codice realizzato da Francesco Geri & Marco Tamanti