Interpreter.LispInterpreter.LispLexer.Sets
Class OperationalSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.HashSet
                    |
                    +--Interpreter.LispInterpreter.LispLexer.Sets.OperationalSet

public class OperationalSet
extends java.util.HashSet

La classe OperationalSet realizza l'elenco di tutti gli operatori aritmetici.
Viene costruita utilizzando un insieme hash (HashSet).

See Also:
Serialized Form

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

OperationalSet

public OperationalSet()
Costruisce un nuovo OperationalSet.


Codice realizzato da Francesco Geri & Marco Tamanti