| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T> Condition<?> |
Conditions.trueCondition() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<T> |
Operations.filter(Iterable<? extends T> input,
Condition<? super T> condition) |
static <T> Set<T> |
Operations.filter(Set<? extends T> input,
Condition<? super T> condition,
int size)
Returns read-only view of the given set consisting of the elements
satisfying a given condition, if the number of such elements is known
|
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.