| Constructor and Description |
|---|
OutEdgeSet(Vertex vertex,
Set<Map.Entry<org.openrdf.model.URI,Set<Edge>>> outSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Edge e) |
boolean |
addAll(Collection<? extends Edge> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<Edge> |
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, spliteratorparallelStream, removeIf, streampublic boolean add(Edge e)
public boolean addAll(Collection<? extends Edge> c)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Edge>containsAll in interface Set<Edge>public boolean isEmpty()
public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public int size()
public Object[] toArray()
Copyright © 2019. All rights reserved.