Returns all the ranges that the set contains.
()
| 42 | |
| 43 | /** Returns all the ranges that the set contains. */ |
| 44 | public native List<Range> allRanges(); |
| 45 | /** Returns the number of ranges that the set contains. */ |
| 46 | public native int rangesCount(); |
| 47 | /** Empties the set. */ |
no outgoing calls
no test coverage detected