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