public static class VSizeIndexed.VSizeIndexedSupplier extends Object implements WritableSupplier<IndexedMultivalue<IndexedInts>>
Constructor and Description |
---|
VSizeIndexed.VSizeIndexedSupplier(VSizeIndexed delegate) |
Modifier and Type | Method and Description |
---|---|
IndexedMultivalue<IndexedInts> |
get() |
long |
getSerializedSize() |
void |
writeToChannel(WritableByteChannel channel) |
public VSizeIndexed.VSizeIndexedSupplier(VSizeIndexed delegate)
public long getSerializedSize()
getSerializedSize
in interface WritableSupplier<IndexedMultivalue<IndexedInts>>
public void writeToChannel(WritableByteChannel channel) throws IOException
writeToChannel
in interface WritableSupplier<IndexedMultivalue<IndexedInts>>
IOException
public IndexedMultivalue<IndexedInts> get()
get
in interface com.google.common.base.Supplier<IndexedMultivalue<IndexedInts>>
Copyright © 2011–2015. All rights reserved.