org.dxc.api.datatypes
Class CommandSet

Object
  extended by AbstractCollection<E>
      extended by AbstractSet<E>
          extended by HashSet<Command>
              extended by org.dxc.api.datatypes.CommandSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Command>, Collection<Command>, Set<Command>

public class CommandSet
extends HashSet<Command>

See Also:
Serialized Form

Constructor Summary
CommandSet()
           
CommandSet(CommandSet commandSet)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class AbstractCollection
addAll, containsAll, retainAll, toArray, toArray
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

CommandSet

public CommandSet(CommandSet commandSet)

CommandSet

public CommandSet()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractCollection<Command>