Package com.google.common.collect
Class HashBiMap.Inverse.InverseKeySet
java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractSet<V>
com.google.common.collect.Sets.ImprovedAbstractSet<V>
com.google.common.collect.Maps.KeySet<V,K>
com.google.common.collect.HashBiMap.Inverse.InverseKeySet
- All Implemented Interfaces:
Iterable<V>,Collection<V>,Set<V>
- Enclosing class:
HashBiMap.Inverse
-
Field Summary
Fields inherited from class com.google.common.collect.Maps.KeySet
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.KeySet
clear, contains, forEach, isEmpty, map, sizeMethods inherited from class com.google.common.collect.Sets.ImprovedAbstractSet
removeAll, retainAllMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, 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, spliterator, toArray, toArray
-
Constructor Details
-
InverseKeySet
InverseKeySet()
-
-
Method Details
-
remove
- Specified by:
removein interfaceCollection<V>- Specified by:
removein interfaceSet<V>- Overrides:
removein classMaps.KeySet<V,K>
-
iterator
-