protected class ReportQueryResult.EntrySet extends AbstractSet
Modifier | Constructor and Description |
---|---|
protected |
EntrySet() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object object) |
Iterator |
iterator() |
boolean |
remove(Object object) |
int |
size() |
equals, hashCode, removeAll
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
iterator
in class AbstractCollection
public int size()
size
in interface Collection
size
in interface Set
size
in class AbstractCollection
public boolean contains(Object object)
contains
in interface Collection
contains
in interface Set
contains
in class AbstractCollection
public boolean remove(Object object)
remove
in interface Collection
remove
in interface Set
remove
in class AbstractCollection
public void clear()
clear
in interface Collection
clear
in interface Set
clear
in class AbstractCollection
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.