Class KeyRange<T>

java.lang.Object
com.googlecode.objectify.KeyRange<T>
All Implemented Interfaces:
Iterable<Key<T>>, Collection<Key<T>>, List<Key<T>>

@Deprecated public class KeyRange<T> extends Object implements List<Key<T>>
Deprecated.
Use List<Key<T>> instead. We will drop this class entirely.

The old SDK had a KeyRange object, which was just a list of keys. The new SDK drops the KeyRange in favor of a simple List. Keeping this for backwards compatibility for now, but you should just use List<Key<T>> instead.

Author:
Jeff Schnitzer invalid input: '<'[email protected]>
  • Constructor Details

    • KeyRange

      public KeyRange()
      Deprecated.