SimpleSet.SimpleSetImpl| Constructor and Description |
|---|
SimpleSetImpl() |
SimpleSetImpl(Collection c) |
| 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() |
public SimpleSetImpl()
public SimpleSetImpl(Collection c)
public boolean isSingleton()
isSingleton in interface SimpleSetpublic boolean isSingleton(Object o)
isSingleton in interface SimpleSetCopyright © 2020 Soot OSS. All rights reserved.