@Vetoed public class PriorityRoutesList extends Object implements Collection<Route>
| Constructor and Description | 
|---|
PriorityRoutesList()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
add(Route e)  | 
boolean | 
addAll(Collection<? extends Route> c)  | 
void | 
clear()  | 
boolean | 
contains(Object o)  | 
boolean | 
containsAll(Collection<?> c)  | 
boolean | 
isEmpty()  | 
Iterator<Route> | 
iterator()  | 
boolean | 
remove(Object o)  | 
boolean | 
removeAll(Collection<?> c)  | 
boolean | 
retainAll(Collection<?> c)  | 
int | 
size()  | 
Object[] | 
toArray()  | 
<T> T[] | 
toArray(T[] a)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic boolean add(Route e)
add in interface Collection<Route>public boolean addAll(Collection<? extends Route> c)
addAll in interface Collection<Route>public void clear()
clear in interface Collection<Route>public boolean contains(Object o)
contains in interface Collection<Route>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Route>public boolean isEmpty()
isEmpty in interface Collection<Route>public boolean remove(Object o)
remove in interface Collection<Route>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<Route>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<Route>public int size()
size in interface Collection<Route>public Object[] toArray()
toArray in interface Collection<Route>public <T> T[] toArray(T[] a)
toArray in interface Collection<Route>Copyright © 2014 Caelum. All rights reserved.