Module org.eclipse.persistence.core
Class AbstractRecord.KeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet
-
- org.eclipse.persistence.internal.sessions.AbstractRecord.EntrySet
-
- org.eclipse.persistence.internal.sessions.AbstractRecord.KeySet
-
- All Implemented Interfaces:
Iterable,Collection,Set
- Enclosing class:
- AbstractRecord
protected class AbstractRecord.KeySet extends AbstractRecord.EntrySet
Defines the virtual keySet.
-
-
Constructor Summary
Constructors Constructor Description KeySet()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Object object)Iteratoriterator()booleanremove(Object object)-
Methods inherited from class org.eclipse.persistence.internal.sessions.AbstractRecord.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, toArray
-
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
iterator
public Iterator iterator()
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable- Specified by:
iteratorin interfaceSet- Overrides:
iteratorin classAbstractRecord.EntrySet
-
contains
public boolean contains(Object object)
- Specified by:
containsin interfaceCollection- Specified by:
containsin interfaceSet- Overrides:
containsin classAbstractRecord.EntrySet
-
remove
public boolean remove(Object object)
- Specified by:
removein interfaceCollection- Specified by:
removein interfaceSet- Overrides:
removein classAbstractRecord.EntrySet
-
-