public static class CompressedVSizeIndexedSupplier.CompressedVSizeIndexed extends Object implements IndexedMultivalue<IndexedInts>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
IndexedInts |
get(int index) |
Class<? extends IndexedInts> |
getClazz() |
int |
indexOf(IndexedInts value) |
Iterator<IndexedInts> |
iterator() |
int |
size() |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Class<? extends IndexedInts> getClazz()
getClazz in interface Indexed<IndexedInts>public int size()
size in interface Indexed<IndexedInts>public IndexedInts get(int index)
get in interface Indexed<IndexedInts>public int indexOf(IndexedInts value)
indexOf in interface Indexed<IndexedInts>public Iterator<IndexedInts> iterator()
iterator in interface Iterable<IndexedInts>Copyright © 2011–2015. All rights reserved.