public abstract class AbstractComposite extends java.lang.Object implements Composite
Composite.EOC| Constructor and Description |
|---|
AbstractComposite() |
| Modifier and Type | Method and Description |
|---|---|
int |
dataSize() |
Composite |
end() |
Composite.EOC |
eoc() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isPrefixOf(CType type,
Composite c) |
boolean |
isStatic() |
ColumnSlice |
slice() |
Composite |
start() |
java.nio.ByteBuffer |
toByteBuffer() |
Composite |
withEOC(Composite.EOC newEoc) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitunsharedHeapSizepublic Composite.EOC eoc()
public Composite withEOC(Composite.EOC newEoc)
public ColumnSlice slice()
public java.nio.ByteBuffer toByteBuffer()
toByteBuffer in interface Compositepublic boolean isPrefixOf(CType type, Composite c)
isPrefixOf in interface Compositepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 The Apache Software Foundation