E
- the type of elements maintained by this setpublic interface PSet<E>
Modifier and Type | Method and Description |
---|---|
PSet<E> |
add(E e) |
boolean |
contains(E e) |
void |
forEach(Consumer<E> action)
Performs the given action for each entry in this set until all elements have been processed or the action throws an exception.
|
boolean |
isEmpty() |
PSet<E> |
remove(E e) |
String |
toString()
The string representation consists of a list of elements in the ascending order of hash codes.
|
PSet<E> remove(E e)
boolean contains(E e)
void forEach(Consumer<E> action)
boolean isEmpty()
Copyright © 2012–2016 SonarSource. All rights reserved.