| Modifier and Type | Method and Description |
|---|---|
static Access<ByteBuffer> |
Access.toByteBuffer()
Returns the
Access to any ByteBuffer. |
static <T extends CharSequence> |
Access.toCharSequence(ByteOrder backingOrder)
|
static <T extends CharSequence> |
Access.toNativeCharSequence()
|
static <T> Access<T> |
Access.unsafe()
Returns the
Access delegating getXXX(input, offset) methods to sun.misc.Unsafe.getXXX(input, offset). |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> long |
LongHashFunction.hash(T input,
Access<T> access,
long off,
long len)
Returns the hash code for
len continuous bytes of the given input object,
starting from the given offset. |
Copyright © 2014–2017. All rights reserved.