| Package | Description | 
|---|---|
| org.apache.jackrabbit.spi.commons.iterator | 
| Modifier and Type | Field and Description | 
|---|---|
| static Predicate | Predicates. FALSEA predicate which is always false | 
| static Predicate | Predicates. TRUEA predicate which is always true | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Predicate<T> | Predicates. FALSE()A predicate which is always false | 
| static <T> Predicate<T> | Predicates. TRUE()A predicate which is always true | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Iterator<T> | Iterators. filterIterator(Iterator<? extends T> iterator,
              Predicate<? super T> predicate)Returns an iterator with elements from an original  iteratorwhere the
 givenpredicatematches removed. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.