public class BitmapBackedSelection extends java.lang.Object implements Selection
Constructor and Description |
---|
BitmapBackedSelection() |
Modifier and Type | Method and Description |
---|---|
void |
add(int i) |
void |
addRange(int start,
int end) |
Selection |
and(Selection otherSelection) |
Selection |
andNot(Selection otherSelection) |
void |
clear() |
boolean |
contains(int i) |
boolean |
equals(java.lang.Object o) |
int |
get(int i) |
int |
hashCode() |
boolean |
isEmpty() |
IntIterator |
iterator() |
Selection |
or(Selection otherSelection) |
IntIterator |
reverseIterator() |
int |
size() |
int[] |
toArray() |
RoaringBitmap |
toBitmap() |
IntArrayList |
toIntArrayList() |
getClass, notify, notifyAll, toString, wait, wait, wait
forEach, forEach
public IntArrayList toIntArrayList()
toIntArrayList
in interface Selection
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public IntIterator iterator()
iterator
in interface IntIterable
iterator
in interface java.lang.Iterable
public IntIterator reverseIterator()
reverseIterator
in interface Selection
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.