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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.persistence.queries.ReportQueryResult.EntrySetclear, sizeMethods inherited from class java.util.AbstractSetequals, hashCode, removeAllMethods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, streamMethods inherited from interface java.util.Setadd, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
- 
Constructor Details- 
KeySetprotected KeySet()
 
- 
- 
Method Details- 
iterator- Specified by:
- iteratorin interface- Collection
- Specified by:
- iteratorin interface- Iterable
- Specified by:
- iteratorin interface- Set
- Overrides:
- iteratorin class- ReportQueryResult.EntrySet
 
- 
contains- Specified by:
- containsin interface- Collection
- Specified by:
- containsin interface- Set
- Overrides:
- containsin class- ReportQueryResult.EntrySet
 
- 
remove- Specified by:
- removein interface- Collection
- Specified by:
- removein interface- Set
- Overrides:
- removein class- ReportQueryResult.EntrySet
 
 
-