Uses of Interface
edu.rice.comp211.laundry.list.Predicate

Packages that use Predicate
edu.rice.comp211.laundry   
edu.rice.comp211.laundry.list   
 

Uses of Predicate in edu.rice.comp211.laundry
 

Methods in edu.rice.comp211.laundry with parameters of type Predicate
private static
<T> T
Main.arraySearch(T[] a, Predicate<T> p)
           
 

Uses of Predicate in edu.rice.comp211.laundry.list
 

Methods in edu.rice.comp211.laundry.list with parameters of type Predicate
<T> T
BiListUtil.deleteMatchFront(BiListI<T> host, Predicate<T> pred, T nullValue)
          Delete the first occurrence of an element for which the given Predicate returns true.
<T> T
BiListUtil.deleteMatchRear(BiListI<T> host, Predicate<T> pred, T nullValue)
          Delete the first occurrence of an element for which the given Predicate returns true.