public class VSizeIndexed extends Object implements Indexed<VSizeIndexedInts>
Modifier and Type | Method and Description |
---|---|
static VSizeIndexed |
fromIterable(Iterable<VSizeIndexedInts> objectsIterable) |
VSizeIndexedInts |
get(int index) |
Class<? extends VSizeIndexedInts> |
getClazz() |
int |
getSerializedSize() |
int |
indexOf(VSizeIndexedInts value) |
Iterator<VSizeIndexedInts> |
iterator() |
static VSizeIndexed |
readFromByteBuffer(ByteBuffer buffer) |
int |
size() |
void |
writeToChannel(WritableByteChannel channel) |
public static VSizeIndexed fromIterable(Iterable<VSizeIndexedInts> objectsIterable)
public Class<? extends VSizeIndexedInts> getClazz()
getClazz
in interface Indexed<VSizeIndexedInts>
public int size()
size
in interface Indexed<VSizeIndexedInts>
public VSizeIndexedInts get(int index)
get
in interface Indexed<VSizeIndexedInts>
public int indexOf(VSizeIndexedInts value)
indexOf
in interface Indexed<VSizeIndexedInts>
public int getSerializedSize()
public void writeToChannel(WritableByteChannel channel) throws IOException
IOException
public static VSizeIndexed readFromByteBuffer(ByteBuffer buffer)
public Iterator<VSizeIndexedInts> iterator()
iterator
in interface Iterable<VSizeIndexedInts>
Copyright © 2015. All rights reserved.