public class EdgeList<T> extends AbstractList<Edge<T>>
modCount| Constructor and Description |
|---|
EdgeList(Graph<T> graph) |
EdgeList(Graph<T> graph,
List<Integer> edgeIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Edge<T> edge) |
void |
add(int index,
Edge<T> edge) |
boolean |
addAll(Collection<? extends Edge<T>> collection) |
boolean |
addAll(int i,
Collection<? extends Edge<T>> collection) |
Edge<T> |
get(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> collection) |
Edge<T> |
set(int index,
Edge<T> edge) |
int |
size() |
clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListcontains, containsAll, isEmpty, retainAll, toArray, toArray, toStringpublic boolean addAll(Collection<? extends Edge<T>> collection)
public boolean addAll(int i,
Collection<? extends Edge<T>> collection)
public boolean remove(Object o)
public boolean removeAll(Collection<?> collection)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.