E - The generic type of the object whose sort keys will be generated.public interface ISortKeyBuilder<E>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSortKey(E e)
Return an unsigned byte[] sort key.
|
byte[] getSortKey(E e)
e - Some object (required).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.