E
- the type of elements maintained by this set
Collection<E>
, Iterable<E>
, SequencedCollection<E>
, SequencedSet<E>
, Set<E>
, SortedSet<E>
ConcurrentSkipListSet
, TreeSet
Returns the least element in this set greater than or equal to the given element, or null
if there is no such element.
Returns an iterator over the elements in this set, in descending order.
Returns a reverse order view of the elements contained in this set.
Returns the greatest element in this set less than or equal to the given element, or null
if there is no such element.
Returns a view of the portion of this set whose elements are strictly less than toElement
.
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive
is true) toElement
.
Returns the least element in this set strictly greater than the given element, or null
if there is no such element.
Returns an iterator over the elements in this set, in ascending order.
Returns the greatest element in this set strictly less than the given element, or null
if there is no such element.
Retrieves and removes the first (lowest) element, or returns null
if this set is empty (optional operation).
Retrieves and removes the last (highest) element, or returns null
if this set is empty (optional operation).
Removes and returns the first element of this collection (optional operation).
Removes and returns the last element of this collection (optional operation).
Returns a reverse-ordered
viewof this collection.
subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
Returns a view of the portion of this set whose elements range from fromElement
to toElement
.
Returns a view of the portion of this set whose elements range from fromElement
, inclusive, to toElement
, exclusive.
Returns a view of the portion of this set whose elements are greater than or equal to fromElement
.
tailSet(E fromElement, boolean inclusive)
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive
is true) fromElement
.
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4