Class HashBiMap.Inverse.InverseKeySet

  • All Implemented Interfaces:
    java.lang.Iterable<V>, java.util.Collection<V>, java.util.Set<V>
    Enclosing class:
    HashBiMap.Inverse

    private final class HashBiMap.Inverse.InverseKeySet
    extends Maps.KeySet<V,​K>
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      InverseKeySet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<V> iterator()  
      boolean remove​(java.lang.Object o)  
      • Methods inherited from class java.util.AbstractSet

        equals, hashCode
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, containsAll, toArray, toArray, 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

        add, addAll, containsAll, spliterator, toArray, toArray
    • Constructor Detail

      • InverseKeySet

        InverseKeySet()
    • Method Detail

      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<V>
        Specified by:
        remove in interface java.util.Set<V>
        Overrides:
        remove in class Maps.KeySet<V,​K>
      • iterator

        public java.util.Iterator<V> iterator()
        Specified by:
        iterator in interface java.util.Collection<V>
        Specified by:
        iterator in interface java.lang.Iterable<V>
        Specified by:
        iterator in interface java.util.Set<V>
        Overrides:
        iterator in class Maps.KeySet<V,​K>