Class RecordingEntrySet<C extends Map<K,V>,K,V>
java.lang.Object
com.blazebit.persistence.view.impl.collection.RecordingEntrySet<C,K,V>
- All Implemented Interfaces:
Serializable,Iterable<Map.Entry<K,,V>> Collection<Map.Entry<K,,V>> Set<Map.Entry<K,V>>
public class RecordingEntrySet<C extends Map<K,V>,K,V>
extends Object
implements Set<Map.Entry<K,V>>, Serializable
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRecordingEntrySet(Set<Map.Entry<K, V>> delegate, RecordingMap<C, K, V> recordingMap) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends Map.Entry<K, V>> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Read-onlyObject[]toArray()<T> T[]toArray(T[] a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Field Details
-
delegate
-
recordingMap
-
-
Constructor Details
-
RecordingEntrySet
-
-
Method Details
-
add
-
addAll
-
remove
-
removeAll
-
retainAll
-
clear
public void clear() -
iterator
-
size
public int size()Read-only -
isEmpty
public boolean isEmpty() -
contains
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
containsAll
- Specified by:
containsAllin interfaceCollection<C extends Map<K,V>> - Specified by:
containsAllin interfaceSet<C extends Map<K,V>>
-