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