Package | Description |
---|---|
oracle.pgx.algorithm |
Modifier and Type | Method and Description |
---|---|
PgxCollection<T> |
PgxCollection.filter(java.util.function.Predicate<T> predicate)
Filter the elements in the collection by the given predicate.
|
PgxCollection<K> |
PgxMap.keys()
Get the keys in this map.
|
PgxCollection<V> |
PgxMap.values()
Get the values in this map.
|