|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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 | ||
---|---|---|
|
BiListUtil.deleteMatchFront(BiListI<T> host,
Predicate<T> pred,
T nullValue)
Delete the first occurrence of an element for which the given Predicate returns true. |
|
|
BiListUtil.deleteMatchRear(BiListI<T> host,
Predicate<T> pred,
T nullValue)
Delete the first occurrence of an element for which the given Predicate returns true. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |