public class NullExtraEdges extends Object implements Map<Vertex,ArrayList<Edge>>
Constructor and Description |
---|
NullExtraEdges() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<Vertex,ArrayList<Edge>>> |
entrySet() |
ArrayList<Edge> |
get(Object arg0) |
boolean |
isEmpty() |
Set<Vertex> |
keySet() |
ArrayList<Edge> |
put(Vertex arg0,
ArrayList<Edge> arg1) |
void |
putAll(Map<? extends Vertex,? extends ArrayList<Edge>> arg0) |
ArrayList<Edge> |
remove(Object arg0) |
int |
size() |
Collection<ArrayList<Edge>> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public boolean containsKey(Object arg0)
containsKey
in interface Map<Vertex,ArrayList<Edge>>
public boolean containsValue(Object arg0)
containsValue
in interface Map<Vertex,ArrayList<Edge>>
Copyright © 2018. All rights reserved.