public class BitmapCompressedIndexedInts extends Object implements IndexedInts, Comparable<ImmutableBitmap>
| Constructor and Description |
|---|
BitmapCompressedIndexedInts(ImmutableBitmap immutableBitmap) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
compareTo(ImmutableBitmap otherBitmap) |
void |
fill(int index,
int[] toFill) |
int |
get(int index) |
ImmutableBitmap |
getImmutableBitmap() |
it.unimi.dsi.fastutil.ints.IntIterator |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic BitmapCompressedIndexedInts(ImmutableBitmap immutableBitmap)
public int compareTo(@Nullable ImmutableBitmap otherBitmap)
compareTo in interface Comparable<ImmutableBitmap>public int size()
size in interface IndexedIntspublic int get(int index)
get in interface IndexedIntspublic ImmutableBitmap getImmutableBitmap()
public it.unimi.dsi.fastutil.ints.IntIterator iterator()
public void fill(int index,
int[] toFill)
fill in interface IndexedIntspublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2011–2017. All rights reserved.