Class Guava.Iterables

  • Enclosing class:
    Guava

    @Internal
    public static final class Guava.Iterables
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Iterables()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.lang.Iterable<T> filter​(java.lang.Iterable<T> iterable, DescribedPredicate<? super T> predicate)  
      • Methods inherited from class java.lang.Object

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

      • Iterables

        public Iterables()
    • Method Detail

      • filter

        public static <T> java.lang.Iterable<T> filter​(java.lang.Iterable<T> iterable,
                                                       DescribedPredicate<? super T> predicate)