Count the total number of elements in a UIDSet @return the number of elements
()
| 42 | * @return the number of elements |
| 43 | */ |
| 44 | public long size() { |
| 45 | return end - start + 1; |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Convert an array of longs into an array of UIDSets |
no test coverage detected