T - Type of elements of the set.public interface ReadOnlySet<T> extends ReadOnlyCollection<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(T element)
Checks if a set contains a particular element.
|
isEmpty, size, streamforEach, iterator, spliteratorboolean contains(T element)
contains in interface ReadOnlyCollection<T>element - An element to check for.Set.contains(Object)Copyright © 2012–2015 jcabi.com. All rights reserved.