org.dxc.api.datatypes
Class CandidateSet

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

public class CandidateSet
extends HashSet<Candidate>

See Also:
Serialized Form

Constructor Summary
CandidateSet()
           
CandidateSet(CandidateSet candidateSet)
           
 
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

CandidateSet

public CandidateSet(CandidateSet candidateSet)

CandidateSet

public CandidateSet()
Method Detail

toString

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