Class AbstractMutableBiMap.EntrySet
java.lang.Object
org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
,V>> Set<Map.Entry<K,
V>>
- Enclosing class:
AbstractMutableBiMap<K,
V>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate final class
private class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends Map.Entry<K, V>> collection) void
clear()
boolean
boolean
containsAll
(Collection<?> collection) private Object[]
copyEntries
(Object[] result) boolean
int
hashCode()
boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> collection) boolean
retainAll
(Collection<?> collection) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] result) 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
spliterator
-
Constructor Details
-
EntrySet
protected EntrySet()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
toArray
-
toArray
public <T> T[] toArray(T[] result) -
add
-
remove
-
containsAll
- Specified by:
containsAll
in interfaceCollection<Map.Entry<K,
V>> - Specified by:
containsAll
in interfaceSet<Map.Entry<K,
V>>
-
addAll
-
retainAll
-
removeAll
-
clear
public void clear() -
iterator
-
copyEntries
-