|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.opennms.core.utils.JdbcSet<E>
public class JdbcSet<E>
JdbcSet class.
| Nested Class Summary | |
|---|---|
class |
JdbcSet.JdbcSetIterator
|
| Constructor Summary | |
|---|---|
JdbcSet()
Constructor for JdbcSet. |
|
JdbcSet(Collection<E> c)
Constructor for JdbcSet. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public JdbcSet(Collection<E> c)
Constructor for JdbcSet.
E - a E object.c - a Collection object.public JdbcSet()
Constructor for JdbcSet.
| Method Detail |
|---|
protected void setElements(Collection<E> c)
setElements
c - a Collection object.public Iterator<E> iterator()
iterator
iterator in interface Iterable<E>iterator in interface Collection<E>iterator in interface Set<E>iterator in class AbstractCollection<E>Iterator 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 Set<E> getRemoved()
getRemoved
Set object.public Set<E> getAdded()
getAdded
Set object.public Set<E> getRemaining()
getRemaining
Set object.public void reset()
reset
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||