public interface SimpleSet
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimpleSet.SimpleSetImpl |
| Modifier and Type | Field and Description |
|---|---|
static SimpleSet |
emptySet |
static SimpleSet |
fullSet |
| Modifier and Type | Method and Description |
|---|---|
SimpleSet |
add(Object o) |
boolean |
contains(Object o) |
boolean |
isEmpty() |
boolean |
isSingleton() |
boolean |
isSingleton(Object o) |
Iterator |
iterator() |
int |
size() |
Copyright © 2020 Soot OSS. All rights reserved.