Class StandardTable.Column.KeySet

  • All Implemented Interfaces:
    java.lang.Iterable<R>, java.util.Collection<R>, java.util.Set<R>
    Enclosing class:
    StandardTable.Column

    private class StandardTable.Column.KeySet
    extends Maps.KeySet<R,​V>
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      KeySet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.Object obj)  
      boolean remove​(java.lang.Object obj)  
      boolean retainAll​(java.util.Collection<?> c)  
      • 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

      • KeySet

        KeySet()
    • Method Detail

      • contains

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

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

        public boolean retainAll​(java.util.Collection<?> c)
        Specified by:
        retainAll in interface java.util.Collection<R>
        Specified by:
        retainAll in interface java.util.Set<R>
        Overrides:
        retainAll in class Sets.ImprovedAbstractSet<R>