|
||||||||||
| 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>
org.opennms.core.utils.LazySet<E>
public class LazySet<E>
LazySet class.
| Nested Class Summary | |
|---|---|
static interface |
LazySet.Loader<E>
|
| Nested classes/interfaces inherited from class org.opennms.core.utils.JdbcSet |
|---|
JdbcSet.JdbcSetIterator |
| Constructor Summary | |
|---|---|
LazySet(LazySet.Loader<E> loader)
Constructor for LazySet. |
|
| Method Summary | ||
|---|---|---|
boolean |
addAll(Collection<? extends E> arg0)
|
|
void |
clear()
|
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> arg0)
|
|
boolean |
isEmpty()
|
|
boolean |
isLoaded()
isLoaded |
|
Iterator<E> |
iterator()
iterator |
|
boolean |
remove(Object o)
|
|
boolean |
removeAll(Collection<?> arg0)
|
|
boolean |
retainAll(Collection<?> arg0)
|
|
int |
size()
size |
|
Object[] |
toArray()
|
|
|
toArray(T[] arg0)
|
|
String |
toString()
toString |
|
| Methods inherited from class org.opennms.core.utils.JdbcSet |
|---|
add, getAdded, getRemaining, getRemoved, reset, setElements |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LazySet(LazySet.Loader<E> loader)
Constructor for LazySet.
loader - a LazySet.Loader object.| Method Detail |
|---|
public Iterator<E> iterator()
iterator
iterator in interface Iterable<E>iterator in interface Collection<E>iterator in interface Set<E>iterator in class JdbcSet<E>Iterator object.public int size()
size
size in interface Collection<E>size in interface Set<E>size in class JdbcSet<E>public boolean removeAll(Collection<?> arg0)
removeAll in interface Collection<E>removeAll in interface Set<E>removeAll in class AbstractSet<E>public boolean addAll(Collection<? extends E> arg0)
addAll in interface Collection<E>addAll in interface Set<E>addAll in class AbstractCollection<E>public void clear()
clear in interface Collection<E>clear in interface Set<E>clear in class AbstractCollection<E>public boolean contains(Object o)
contains in interface Collection<E>contains in interface Set<E>contains in class AbstractCollection<E>public boolean containsAll(Collection<?> arg0)
containsAll in interface Collection<E>containsAll in interface Set<E>containsAll in class AbstractCollection<E>public boolean isEmpty()
isEmpty in interface Collection<E>isEmpty in interface Set<E>isEmpty in class AbstractCollection<E>public boolean remove(Object o)
remove in interface Collection<E>remove in interface Set<E>remove in class AbstractCollection<E>public boolean retainAll(Collection<?> arg0)
retainAll in interface Collection<E>retainAll in interface Set<E>retainAll in class AbstractCollection<E>public Object[] toArray()
toArray in interface Collection<E>toArray in interface Set<E>toArray in class AbstractCollection<E>public <T> T[] toArray(T[] arg0)
toArray in interface Collection<E>toArray in interface Set<E>toArray in class AbstractCollection<E>public String toString()
toString
toString in class AbstractCollection<E>String object.public boolean isLoaded()
isLoaded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||