Package | Description |
---|---|
org.teavm.classlib.java.util |
Modifier and Type | Method and Description |
---|---|
TBitSet |
TBitSet.get(int fromIndex,
int toIndex) |
static TBitSet |
TBitSet.valueOf(byte[] bytes) |
static TBitSet |
TBitSet.valueOf(long[] longs) |
Modifier and Type | Method and Description |
---|---|
void |
TBitSet.and(TBitSet set) |
void |
TBitSet.andNot(TBitSet set) |
boolean |
TBitSet.intersects(TBitSet set) |
void |
TBitSet.or(TBitSet set) |
void |
TBitSet.xor(TBitSet set) |
Copyright © 2019. All rights reserved.