public class KeyRange<T> extends Object implements Iterable<Key<T>>, Serializable
This is a typesafe version of the KeyRange object. It represents a number
of ids preallocated with ObjectifyFactory#allocateIds(Class, long)
.
Constructor and Description |
---|
KeyRange(com.google.appengine.api.datastore.KeyRange raw) |
Modifier and Type | Method and Description |
---|---|
com.google.appengine.api.datastore.KeyRange |
getRaw()
Get the raw datastore keyrange.
|
Iterator<Key<T>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2018. All rights reserved.