Package org.eclipse.persistence.queries
Class ReportQueryResult.KeySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
org.eclipse.persistence.queries.ReportQueryResult.EntrySet
org.eclipse.persistence.queries.ReportQueryResult.KeySet
- All Implemented Interfaces:
Iterable
,Collection
,Set
- Enclosing class:
- ReportQueryResult
Defines the virtual keySet.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
clear, size
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, 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.Collection
parallelStream, removeIf, stream
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
KeySet
protected KeySet()
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in interfaceSet
- Overrides:
iterator
in classReportQueryResult.EntrySet
-
contains
- Specified by:
contains
in interfaceCollection
- Specified by:
contains
in interfaceSet
- Overrides:
contains
in classReportQueryResult.EntrySet
-
remove
- Specified by:
remove
in interfaceCollection
- Specified by:
remove
in interfaceSet
- Overrides:
remove
in classReportQueryResult.EntrySet
-