| Package | Description |
|---|---|
| org.apache.ode.utils.stl |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeUnaryFunction<E,V,T> |
class |
EqualsUnaryFunction<T>
Equality comparison unary function, compares against a constant value.
|
class |
MemberOfFunction<E>
Interface used for defining object filters/selectors, classes that are used
to determine whether a given object belong in a set.
|
static class |
MemberOfFunction.InstanceOf |
| Modifier and Type | Field and Description |
|---|---|
static UnaryFunction<java.util.Map.Entry,java.lang.Object> |
CollectionsX.ufnMapEntry_getKey |
static UnaryFunction<java.util.Map.Entry,java.lang.Object> |
CollectionsX.ufnMapEntry_getValue |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
CollectionsX.apply(java.util.Collection<T> coll,
UnaryFunction<T,?> f) |
static <T> void |
CollectionsX.apply(java.util.Iterator<T> i,
UnaryFunction<T,?> f) |
static <C extends java.util.Collection<T>,T,V extends T,E> |
CollectionsX.transform(C dest,
java.util.Collection<E> src,
UnaryFunction<E,V> f)
Transform a collection with a unary function.
|
static <C extends java.util.Collection<T>,T,V extends T,E> |
CollectionsX.transform(C dest,
java.util.Enumeration<E> i,
UnaryFunction<E,V> f) |
| Constructor and Description |
|---|
CompositeUnaryFunction(UnaryFunction<T,V> f,
UnaryFunction<E,T> g) |
CompositeUnaryFunction(UnaryFunction<T,V> f,
UnaryFunction<E,T> g) |
FilterIterator(java.util.Iterator<T> i,
UnaryFunction<T,java.lang.Boolean> mf) |
TransformIterator(java.util.Iterator<E> i,
UnaryFunction<E,V> txForm) |
Copyright © 2015 WSO2. All Rights Reserved.