Interpreter.PrologInterpreter.PrologLexer.Sets
Class PrimitiveSet

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

public class PrimitiveSet
extends java.util.HashSet

La classe PrimitiveSet realizza l'elenco di tutte le primitive. Viene costruita utilizzando un insieme hash (HashSet).

See Also:
Serialized Form

Constructor Summary
PrimitiveSet()
          Costruisce un nuovo PrimitiveSet.
 
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

PrimitiveSet

public PrimitiveSet()
Costruisce un nuovo PrimitiveSet.


Codice realizzato da Francesco Geri & Marco Tamanti