public class RandomSet<E> extends Object
| Constructor and Description |
|---|
RandomSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E o) |
void |
clear() |
boolean |
contains(Object o) |
E |
getRandomElement() |
boolean |
isEmpty() |
boolean |
remove(Object o) |
int |
size() |
Copyright © 2015. All rights reserved.