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)
Returns the index of "value" in this Indexed object, or a negative number if the value is not present.
|
Iterator<IndexedInts> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public 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)
Indexed
indexOf
in interface Indexed<IndexedInts>
value
- value to search forpublic Iterator<IndexedInts> iterator()
iterator
in interface Iterable<IndexedInts>
Copyright © 2011–2017. All rights reserved.