public class JdbcSet<E> extends AbstractSet<E>
JdbcSet class.
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JdbcSet.JdbcSetIterator  | 
| Constructor and Description | 
|---|
JdbcSet()
Constructor for JdbcSet. 
 | 
JdbcSet(Collection<E> c)
Constructor for JdbcSet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
add(E o)
add 
 | 
Set<E> | 
getAdded()
getAdded 
 | 
Set<E> | 
getRemaining()
getRemaining 
 | 
Set<E> | 
getRemoved()
getRemoved 
 | 
Iterator<E> | 
iterator()
iterator 
 | 
void | 
reset()
reset 
 | 
protected void | 
setElements(Collection<E> c)
setElements 
 | 
int | 
size()
size 
 | 
equals, hashCode, removeAlladdAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic JdbcSet(Collection<E> c)
Constructor for JdbcSet.
c - a Collection object.public JdbcSet()
Constructor for JdbcSet.
protected void setElements(Collection<E> c)
setElements
c - a Collection object.public int size()
size
size in interface Collection<E>size in interface Set<E>size in class AbstractCollection<E>public boolean add(E o)
add
add in interface Collection<E>add in interface Set<E>add in class AbstractCollection<E>o - a E object.public void reset()
reset
Copyright © 2021. All rights reserved.