Class SetIterate


  • public final class SetIterate
    extends java.lang.Object
    Since:
    1.0
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SetIterate()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean removeAllIterable​(java.util.Set<?> collection, java.lang.Iterable<?> iterable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetIterate

        private SetIterate()
    • Method Detail

      • removeAllIterable

        public static boolean removeAllIterable​(java.util.Set<?> collection,
                                                java.lang.Iterable<?> iterable)
        Since:
        1.0
        See Also:
        Collection.removeAll(Collection)