Package com.google.common.collect
Class AbstractBiMap.ValueSet
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet<V>
com.google.common.collect.AbstractBiMap.ValueSet
- All Implemented Interfaces:
Iterable<V>,Collection<V>,Set<V>
- Enclosing class:
- AbstractBiMap<K,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ForwardingSet
equals, hashCode, standardEquals, standardHashCode, standardRemoveAllMethods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
valuesDelegate
-
-
Constructor Details
-
ValueSet
private ValueSet()
-
-
Method Details
-
delegate
Description copied from class:ForwardingObjectReturns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such asForwardingSet.delegate(). Concrete subclasses override this method to supply the instance being decorated.- Specified by:
delegatein classForwardingSet<V>
-
iterator
-
toArray
- Specified by:
toArrayin interfaceCollection<V>- Specified by:
toArrayin interfaceSet<V>- Overrides:
toArrayin classForwardingCollection<V>
-
toArray
public <T> T[] toArray(T[] array) - Specified by:
toArrayin interfaceCollection<V>- Specified by:
toArrayin interfaceSet<V>- Overrides:
toArrayin classForwardingCollection<V>
-
toString
Description copied from class:ForwardingObjectReturns the string representation generated by the delegate'stoStringmethod.- Overrides:
toStringin classForwardingObject
-