public class Values extends Object
Value<?>
Constructor and Description |
---|
Values() |
Modifier and Type | Method and Description |
---|---|
static void |
homogenizeIndexes(List<com.google.cloud.datastore.Value<?>> list)
The datastore has a weird behavior of reordering values in a list so that indexed ones come before nonindexed
ones.
|
static <D> com.google.cloud.datastore.Value<D> |
index(com.google.cloud.datastore.Value<D> original,
boolean index) |
public static <D> com.google.cloud.datastore.Value<D> index(com.google.cloud.datastore.Value<D> original, boolean index)
public static void homogenizeIndexes(List<com.google.cloud.datastore.Value<?>> list)
Copyright © 2018. All rights reserved.