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
Constructors -
Method Summary
Methods inherited from class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
clear, sizeMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
KeySet
protected KeySet()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable- Specified by:
iteratorin interfaceSet- Overrides:
iteratorin classReportQueryResult.EntrySet
-
contains
- Specified by:
containsin interfaceCollection- Specified by:
containsin interfaceSet- Overrides:
containsin classReportQueryResult.EntrySet
-
remove
- Specified by:
removein interfaceCollection- Specified by:
removein interfaceSet- Overrides:
removein classReportQueryResult.EntrySet
-