|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate2 | |
---|---|
ix.examples | A simple version of an I-X framework (PicoIX) plus examples of its use. |
ix.util | General-purpose utilities. |
ix.util.lisp | List-processing utilities. |
Uses of Predicate2 in ix.examples |
---|
Fields in ix.examples declared as Predicate2 | |
---|---|
(package private) static Predicate2 |
PicoISim.SimController.EARLIER_EST_P
|
Uses of Predicate2 in ix.util |
---|
Methods in ix.util with parameters of type Predicate2 | |
---|---|
static java.util.Map |
Collect.filter(java.util.Map result,
java.util.Map m,
Predicate2 p)
Returns the result map after adding a map's (key, value) entries for which a predicate returns true. |
static java.util.Map |
Collect.filter(java.util.Map m,
Predicate2 p)
Returns a new map of the same class as the original and containing only the (key, value) entries for which the predicate returned true; |
Uses of Predicate2 in ix.util.lisp |
---|
Methods in ix.util.lisp with parameters of type Predicate2 | |
---|---|
LList |
LList.insert(java.lang.Object e,
Predicate2 lessp)
|
void |
LListCollector.insertElement(java.lang.Object e,
Predicate2 lessp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |