public interface SortBuffer<S>
extends java.util.Collection<S>
SortedCursorvoid prepare(java.util.Comparator<S> comparator)
java.lang.IllegalArgumentException - if comparator is nullvoid sort()
throws FetchException
java.lang.IllegalStateException - if prepare was never calledFetchExceptionvoid close()
throws FetchException
FetchExceptionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.