Constructor.
()
| 6 | public class IndexSet extends NativeObject { |
| 7 | /** Constructor. */ |
| 8 | public IndexSet() { |
| 9 | setupNative(); |
| 10 | } |
| 11 | |
| 12 | /** Returns an empty set of indexes. */ |
| 13 | public static native IndexSet indexSet(); |
nothing calls this directly
no test coverage detected