|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.objectify.KeyRange<T>
public class KeyRange<T>
This is a typesafe version of the KeyRange object. It represents a number
of ids preallocated with ObjectifyFactory#allocateIds(Class, long)
.
Method Summary | |
---|---|
com.google.appengine.api.datastore.KeyRange |
getRaw()
Get the raw datastore keyrange. |
java.util.Iterator<Key<T>> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public com.google.appengine.api.datastore.KeyRange getRaw()
public java.util.Iterator<Key<T>> iterator()
iterator
in interface java.lang.Iterable<Key<T>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |