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, wait
forEach, spliterator
public BitmapCompressedIndexedInts(ImmutableBitmap immutableBitmap)
public int compareTo(@Nullable ImmutableBitmap otherBitmap)
compareTo
in interface Comparable<ImmutableBitmap>
public int size()
size
in interface IndexedInts
public int get(int index)
get
in interface IndexedInts
public ImmutableBitmap getImmutableBitmap()
public it.unimi.dsi.fastutil.ints.IntIterator iterator()
public void fill(int index, int[] toFill)
fill
in interface IndexedInts
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2011–2017. All rights reserved.