Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Collection<Element> |
Attributes inherited from: Correspondence<Key,Item> |
Attributes inherited from: Iterable<Element,Absent> |
Attributes inherited from: Map<Key,Item> |
Methods | |
ascendingEntries | Source Codeshared formal {<Key->Item>*} ascendingEntries(Key from, Key to) |
descendingEntries | Source Codeshared formal {<Key->Item>*} descendingEntries(Key from, Key to) |
higherEntries | Source Codeshared formal {<Key->Item>*} higherEntries(Key key) The entries with keys larger than or equal to the given
This is a lazy operation, returning a view of the underlying sorted map. |
lowerEntries | Source Codeshared formal {<Key->Item>*} lowerEntries(Key key) The entries with keys smaller than or equal to the
given This is a lazy operation, returning a view of the underlying sorted map. |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Category<Element> |
Methods inherited from: Collection<Element> |
Methods inherited from: Correspondence<Key,Item> |
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: Map<Key,Item> |
Methods inherited from: Ranged<Index,Element,Subrange> |