public class ColumnGroupMap
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ColumnGroupMap.Builder |
Modifier and Type | Field and Description |
---|---|
static ColumnGroupMap |
EMPTY |
boolean |
isStatic |
Modifier and Type | Method and Description |
---|---|
java.util.List<Pair<java.nio.ByteBuffer,Column>> |
getCollection(java.nio.ByteBuffer key) |
java.nio.ByteBuffer |
getKeyComponent(int pos) |
Column |
getSimple(java.nio.ByteBuffer key) |
boolean |
hasValueFor(java.nio.ByteBuffer key) |
public static ColumnGroupMap EMPTY
public final boolean isStatic
public java.nio.ByteBuffer getKeyComponent(int pos)
public Column getSimple(java.nio.ByteBuffer key)
public java.util.List<Pair<java.nio.ByteBuffer,Column>> getCollection(java.nio.ByteBuffer key)
public boolean hasValueFor(java.nio.ByteBuffer key)
Copyright © 2014 The Apache Software Foundation