public static class Lists.Value extends Term.MultiItemTerminal
Term.MultiColumnRaw, Term.MultiItemTerminal, Term.NonTerminal, Term.Raw, Term.Terminal
Modifier and Type | Field and Description |
---|---|
java.util.List<java.nio.ByteBuffer> |
elements |
Constructor and Description |
---|
Value(java.util.List<java.nio.ByteBuffer> elements) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ListType lt,
Lists.Value v) |
static Lists.Value |
fromSerialized(java.nio.ByteBuffer value,
ListType type,
int version) |
java.nio.ByteBuffer |
get(int protocolVersion) |
java.util.List<java.nio.ByteBuffer> |
getElements() |
bind, bindAndGet, collectMarkerSpecification, containsBindMarker, getFunctions
public static Lists.Value fromSerialized(java.nio.ByteBuffer value, ListType type, int version) throws InvalidRequestException
InvalidRequestException
public java.nio.ByteBuffer get(int protocolVersion)
get
in class Term.Terminal
public boolean equals(ListType lt, Lists.Value v)
public java.util.List<java.nio.ByteBuffer> getElements()
getElements
in class Term.MultiItemTerminal
Copyright © 2016 The Apache Software Foundation