Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Collection<Element> |
Attributes inherited from: Iterable<Element,Absent> |
Attributes inherited from: Set<Element> |
Methods | |
ascendingElements | Source Codeshared formal {Element*} ascendingElements(Element from, Element to) |
descendingElements | Source Codeshared formal {Element*} descendingElements(Element from, Element to) |
higherElements | Source Codeshared formal {Element*} higherElements(Element element) The elements larger than or equal to the given value, sorted in ascending order. This is a lazy operation, returning a view of the underlying sorted set. |
lowerElements | Source Codeshared formal {Element*} lowerElements(Element element) The elements smaller than or equal to the given value, sorted in descending order. This is a lazy operation, returning a view of the underlying sorted set. |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Category<Element> |
Methods inherited from: Collection<Element> |
Methods inherited from: Iterable<Element,Absent> any() , by() , chain() , collect() , contains() , count() , defaultNullElements() , each() , every() , filter() , find() , findLast() , flatMap() , fold() , follow() , frequencies() , getFromFirst() , group() , indexes() , interpose() , iterator() , locate() , locateLast() , locations() , longerThan() , map() , max() , narrow() , partition() , product() , reduce() , repeat() , scan() , select() , sequence() , shorterThan() , skip() , skipWhile() , sort() , spread() , summarize() , tabulate() , take() , takeWhile() |
Methods inherited from: Ranged<Index,Element,Subrange> |
Methods inherited from: Set<Element> |