public class GraphSelectionSet extends java.util.AbstractSet<GraphSelection> implements java.io.Serializable
| Constructor and Description |
|---|
GraphSelectionSet()
Constructor that initializes this GraphSelectionSet object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GraphSelection selection) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.util.Iterator<GraphSelection> |
iterator() |
int |
size() |
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringpublic GraphSelectionSet()
public boolean equals(java.lang.Object obj)
equals in interface java.util.Collection<GraphSelection>equals in interface java.util.Set<GraphSelection>equals in class java.util.AbstractSet<GraphSelection>public int hashCode()
hashCode in interface java.util.Collection<GraphSelection>hashCode in interface java.util.Set<GraphSelection>hashCode in class java.util.AbstractSet<GraphSelection>public java.util.Iterator<GraphSelection> iterator()
iterator in interface java.lang.Iterable<GraphSelection>iterator in interface java.util.Collection<GraphSelection>iterator in interface java.util.Set<GraphSelection>iterator in class java.util.AbstractCollection<GraphSelection>public int size()
size in interface java.util.Collection<GraphSelection>size in interface java.util.Set<GraphSelection>size in class java.util.AbstractCollection<GraphSelection>public boolean add(GraphSelection selection)
add in interface java.util.Collection<GraphSelection>add in interface java.util.Set<GraphSelection>add in class java.util.AbstractCollection<GraphSelection>