Class AbstractMutableBiMap.KeySet
java.lang.Object
org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.KeySet
- All Implemented Interfaces:
Serializable, Iterable<K>, Collection<K>, Set<K>
- Enclosing class:
AbstractMutableBiMap<K,V>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends K> source) voidclear()booleanbooleancontainsAll(Collection<?> source) booleanvoidinthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> collection) booleanretainAll(Collection<?> collection) intsize()Object[]toArray()<T> T[]toArray(T[] a) toString()protected ObjectMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
spliterator
-
Constructor Details
-
KeySet
protected KeySet()
-
-
Method Details
-
equals
-
hashCode
-
size
-
isEmpty
-
contains
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<K>- Specified by:
containsAllin interfaceSet<K>
-
addAll
-
retainAll
-
removeAll
-
clear
-
forEach
-
iterator
-
toString
-
writeReplace
-