| Package | Description |
|---|---|
| com.orientechnologies.common.collection |
| Modifier and Type | Method and Description |
|---|---|
ONavigableSet<K> |
ONavigableMap.descendingKeySet()
Returns a reverse order
ONavigableSet view of the keys contained in this map. |
ONavigableSet<E> |
ONavigableSet.descendingSet()
Returns a reverse order view of the elements contained in this set.
|
ONavigableSet<E> |
ONavigableSet.headSet(E toElement,
boolean inclusive)
Returns a view of the portion of this set whose elements are less than (or equal to, if
inclusive is true)
toElement. |
ONavigableSet<K> |
ONavigableMap.navigableKeySet()
Returns a
ONavigableSet view of the keys contained in this map. |
ONavigableSet<E> |
ONavigableSet.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. |
ONavigableSet<E> |
ONavigableSet.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. |
Copyright © 2009–2025 OrientDB. All rights reserved.