| Package | Description |
|---|---|
| edu.hm.hafner.analysis |
Provides base classes and utilities to parse files for warnings, issues, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
LineRange |
LineRangeList.get(int index) |
LineRange |
LineRangeList.remove(int index) |
LineRange |
LineRangeList.set(int index,
LineRange element) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LineRange> |
LineRangeList.iterator() |
ListIterator<LineRange> |
LineRangeList.listIterator() |
ListIterator<LineRange> |
LineRangeList.listIterator(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineRangeList.add(int index,
LineRange element) |
boolean |
LineRangeList.add(LineRange lr) |
LineRange |
LineRangeList.set(int index,
LineRange element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LineRangeList.addAll(Collection<? extends LineRange> c) |
| Constructor and Description |
|---|
LineRangeList(Collection<LineRange> copy)
Creates a new
LineRangeList with the specified elements. |
Copyright © 2018. All rights reserved.