forked from jasder/antlr
v4: Expose generic List<Integer>
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9333]
This commit is contained in:
parent
ed32646f52
commit
66c53e18dc
|
@ -75,7 +75,7 @@ public interface IntSet {
|
||||||
/** remove this element from this set */
|
/** remove this element from this set */
|
||||||
void remove(int el);
|
void remove(int el);
|
||||||
|
|
||||||
List toList();
|
List<Integer> toList();
|
||||||
|
|
||||||
String toString();
|
String toString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue