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 SimpleSet
public boolean isSingleton(Object o)
isSingleton
in interface SimpleSet
Copyright © 2020 Sable. All rights reserved.