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, wait
unsharedHeapSize
public Composite.EOC eoc()
public Composite withEOC(Composite.EOC newEoc)
public ColumnSlice slice()
public java.nio.ByteBuffer toByteBuffer()
toByteBuffer
in interface Composite
public boolean isPrefixOf(CType type, Composite c)
isPrefixOf
in interface Composite
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2016 The Apache Software Foundation