public class CandidateSet<T> extends Object
| Constructor and Description |
|---|
CandidateSet() |
CandidateSet(Set<T> knowns) |
CandidateSet(Set<T> knowns,
Set<T> unknowns) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T obj,
Bool isKnown) |
boolean |
contains(Object obj) |
Set<T> |
getKnowns() |
Set<T> |
getUnknowns() |
Iterator<T> |
iterator() |
boolean |
remove(Object obj) |
int |
size() |
String |
toString() |
void |
update(T obj,
Bool isCandidate) |
Copyright © 2019. All rights reserved.