public final class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.ByteString |
prefixNamespace(com.google.protobuf.ByteString key,
ByteSequence namespace) |
static com.google.protobuf.ByteString |
prefixNamespaceToRangeEnd(com.google.protobuf.ByteString end,
ByteSequence namespace) |
static List<URI> |
toURIs(Collection<String> uris) |
static com.google.protobuf.ByteString |
unprefixNamespace(com.google.protobuf.ByteString key,
ByteSequence namespace) |
public static List<URI> toURIs(Collection<String> uris)
public static com.google.protobuf.ByteString prefixNamespace(com.google.protobuf.ByteString key,
ByteSequence namespace)
public static com.google.protobuf.ByteString prefixNamespaceToRangeEnd(com.google.protobuf.ByteString end,
ByteSequence namespace)
public static com.google.protobuf.ByteString unprefixNamespace(com.google.protobuf.ByteString key,
ByteSequence namespace)
Copyright © 2019. All rights reserved.