| Package | Description |
|---|---|
| org.antlr.v4.misc | |
| org.antlr.v4.runtime.misc |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
Utils.indexOf(List<? extends T> elems,
Predicate<? super T> match) |
static <T> int |
Utils.lastIndexOf(List<? extends T> elems,
Predicate<? super T> match) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Utils.removeAll(Iterable<T> iterable,
Predicate<? super T> predicate) |
static <T> void |
Utils.removeAll(List<T> list,
Predicate<? super T> predicate) |
Copyright © 1992–2015 ANTLR. All rights reserved.