Module org.eclipse.persistence.core
Class AbstractRecord.ValuesSet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
org.eclipse.persistence.internal.sessions.AbstractRecord.EntrySet
org.eclipse.persistence.internal.sessions.AbstractRecord.ValuesSet
- All Implemented Interfaces:
Iterable,Collection,Set
- Enclosing class:
AbstractRecord
Defines the virtual valuesSet.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.persistence.internal.sessions.AbstractRecord.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, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
ValuesSet
public ValuesSet()Default constructor.
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable- Specified by:
iteratorin interfaceSet- Overrides:
iteratorin classAbstractRecord.EntrySet
-
contains
- Specified by:
containsin interfaceCollection- Specified by:
containsin interfaceSet- Overrides:
containsin classAbstractRecord.EntrySet
-
remove
- Specified by:
removein interfaceCollection- Specified by:
removein interfaceSet- Overrides:
removein classAbstractRecord.EntrySet
-