public class FramedVertexSet<T> extends Object implements Set<T>
| Modifier and Type | Field and Description |
|---|---|
protected FramedGraph<? extends com.tinkerpop.blueprints.Graph> |
framedGraph |
protected Class<T> |
kind |
protected Set<com.tinkerpop.blueprints.Vertex> |
set |
| Constructor and Description |
|---|
FramedVertexSet(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Set<com.tinkerpop.blueprints.Vertex> set,
Class<T> kind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T t) |
boolean |
addAll(Collection collection) |
void |
clear() |
boolean |
contains(Object object) |
boolean |
containsAll(Collection collection) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
boolean |
remove(Object object) |
boolean |
removeAll(Collection collection) |
boolean |
retainAll(Collection collection) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streamprotected final Set<com.tinkerpop.blueprints.Vertex> set
protected final FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph
public FramedVertexSet(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph, Set<com.tinkerpop.blueprints.Vertex> set, Class<T> kind)
public boolean contains(Object object)
public boolean containsAll(Collection collection)
containsAll in interface Collection<T>containsAll in interface Set<T>public boolean add(T t)
public boolean isEmpty()
public boolean addAll(Collection collection)
public boolean retainAll(Collection collection)
public boolean remove(Object object)
public boolean removeAll(Collection collection)
public void clear()
public int size()
public Object[] toArray()
public <T> T[] toArray(T[] array)
Copyright © 2011–2018 JBoss by Red Hat. All rights reserved.