public class BiopaxSafeSet<E extends BioPAXElement> extends AbstractSet<E>
| Constructor and Description |
|---|
BiopaxSafeSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E bpe) |
boolean |
contains(Object o) |
E |
get(String uri)
Gets a BioPAX element by URI.
|
Iterator<E> |
iterator() |
int |
size() |
equals, hashCode, removeAlladdAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, clear, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Iterator<E> iterator()
iterator in interface Iterable<E extends BioPAXElement>iterator in interface Collection<E extends BioPAXElement>iterator in interface Set<E extends BioPAXElement>iterator in class AbstractCollection<E extends BioPAXElement>public int size()
size in interface Collection<E extends BioPAXElement>size in interface Set<E extends BioPAXElement>size in class AbstractCollection<E extends BioPAXElement>public boolean add(E bpe)
add in interface Collection<E extends BioPAXElement>add in interface Set<E extends BioPAXElement>add in class AbstractCollection<E extends BioPAXElement>public boolean contains(Object o)
contains in interface Collection<E extends BioPAXElement>contains in interface Set<E extends BioPAXElement>contains in class AbstractCollection<E extends BioPAXElement>Copyright © 2015 BioPAX. All rights reserved.