List<Key<T>>
instead. We will drop this class entirely.@Deprecated public class KeyRange<T> extends Object implements List<Key<T>>
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.
Constructor and Description |
---|
KeyRange()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2017. All rights reserved.