Class StandardTable.ColumnMap.ColumnMapValues

  • All Implemented Interfaces:
    java.lang.Iterable<java.util.Map<R,​V>>, java.util.Collection<java.util.Map<R,​V>>
    Enclosing class:
    StandardTable.ColumnMap

    private class StandardTable.ColumnMap.ColumnMapValues
    extends Maps.Values<C,​java.util.Map<R,​V>>
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnMapValues()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean remove​(java.lang.Object obj)  
      boolean removeAll​(java.util.Collection<?> c)  
      boolean retainAll​(java.util.Collection<?> c)  
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, containsAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Constructor Detail

      • ColumnMapValues

        ColumnMapValues()
    • Method Detail

      • remove

        public boolean remove​(java.lang.Object obj)
        Specified by:
        remove in interface java.util.Collection<java.util.Map<R,​V>>
        Overrides:
        remove in class Maps.Values<C,​java.util.Map<R,​V>>
      • removeAll

        public boolean removeAll​(java.util.Collection<?> c)
        Specified by:
        removeAll in interface java.util.Collection<java.util.Map<R,​V>>
        Overrides:
        removeAll in class Maps.Values<C,​java.util.Map<R,​V>>
      • retainAll

        public boolean retainAll​(java.util.Collection<?> c)
        Specified by:
        retainAll in interface java.util.Collection<java.util.Map<R,​V>>
        Overrides:
        retainAll in class Maps.Values<C,​java.util.Map<R,​V>>