public final class KeyUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<byte[]> |
getKeyBytes(java.util.Collection<java.lang.String> keys)
Get the keys in byte form for all of the string keys.
|
static byte[] |
getKeyBytes(java.lang.String k)
Get the bytes for a key.
|
public static byte[] getKeyBytes(java.lang.String k)
k
- the keypublic static java.util.Collection<byte[]> getKeyBytes(java.util.Collection<java.lang.String> keys)
keys
- a collection of keysCopyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.