Class 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
    • Constructor Detail

      • KeyRange

        public KeyRange()
        Deprecated.