org.dxc.api.datatypes
Class FaultSet

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

public class FaultSet
extends HashSet<Fault>

See Also:
Serialized Form

Constructor Summary
FaultSet()
           
FaultSet(FaultSet faultSet)
           
 
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

FaultSet

public FaultSet(FaultSet faultSet)

FaultSet

public FaultSet()
Method Detail

toString

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