Uses of Interface
oracle.pgx.algorithm.PgxCollection
-
Packages that use PgxCollection Package Description oracle.pgx.algorithm -
-
Uses of PgxCollection in oracle.pgx.algorithm
Methods in oracle.pgx.algorithm that return PgxCollection Modifier and Type Method 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.
-