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
protected class ReportQueryResult.KeySet extends ReportQueryResult.EntrySet
Defines the virtual keySet.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(Object object)
Iterator
iterator()
boolean
remove(Object object)
-
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
-
-
-
-
Method Detail
-
iterator
public Iterator iterator()
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in interfaceSet
- Overrides:
iterator
in classReportQueryResult.EntrySet
-
contains
public boolean contains(Object object)
- Specified by:
contains
in interfaceCollection
- Specified by:
contains
in interfaceSet
- Overrides:
contains
in classReportQueryResult.EntrySet
-
remove
public boolean remove(Object object)
- Specified by:
remove
in interfaceCollection
- Specified by:
remove
in interfaceSet
- Overrides:
remove
in classReportQueryResult.EntrySet
-
-