public class FastPowersetState<S> extends AbstractSet<S>
| Constructor and Description |
|---|
FastPowersetState() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(S state,
int id) |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<S> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
removeAlladd, addAll, clear, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringpublic FastPowersetState()
public boolean remove(Object o)
remove in interface Collection<S>remove in interface Set<S>remove in class AbstractCollection<S>public int size()
size in interface Collection<S>size in interface Set<S>size in class AbstractCollection<S>public int hashCode()
hashCode in interface Collection<S>hashCode in interface Set<S>hashCode in class AbstractSet<S>Copyright © 2013. All Rights Reserved.