public abstract class MultiValueIndexedIntsWriter extends Object implements IndexedIntsWriter
Constructor and Description |
---|
MultiValueIndexedIntsWriter() |
Modifier and Type | Method and Description |
---|---|
void |
add(Object obj) |
protected abstract void |
addValues(List<Integer> vals) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSerializedSize, open, writeToChannel
public void add(Object obj) throws IOException
add
in interface IndexedIntsWriter
IOException
protected abstract void addValues(List<Integer> vals) throws IOException
IOException
Copyright © 2011–2017. All rights reserved.