public class EdgeLineList extends AbstractList<LineString>
modCount| Constructor and Description |
|---|
EdgeLineList(Graph<?> graph) |
EdgeLineList(Graph<?> graph,
List<Integer> edgeIds) |
| Modifier and Type | Method and Description |
|---|---|
LineString |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic EdgeLineList(Graph<?> graph)
public LineString get(int index)
get in interface List<LineString>get in class AbstractList<LineString>public int size()
size in interface Collection<LineString>size in interface List<LineString>size in class AbstractCollection<LineString>Copyright © 2015 Revolution Systems Inc.. All rights reserved.