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 classprivate class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends Map.Entry<K, V>> collection) voidclear()booleanbooleancontainsAll(Collection<?> collection) private Object[]copyEntries(Object[] result) booleanvoidinthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> collection) booleanretainAll(Collection<?> collection) intsize()Object[]toArray()<T> T[]toArray(T[] result) toString()Methods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
spliterator
-
Constructor Details
-
EntrySet
protected EntrySet()
-
-
Method Details
-
forEach
-
equals
-
hashCode
-
toString
-
size
-
isEmpty
-
contains
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<Map.Entry<K,V>> - Specified by:
containsAllin interfaceSet<Map.Entry<K,V>>
-
addAll
-
retainAll
-
removeAll
-
clear
-
iterator
-
copyEntries
-