Class bitset_128
java.lang.Object
com.frostwire.jlibtorrent.swig.bitset_128
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanall()booleanany()longcount()voiddelete()booleanget(long pos) protected static longgetCPtr(bitset_128 obj) booleannone()longsize()protected static longswigRelease(bitset_128 obj) booleantest(long pos)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
bitset_128
protected bitset_128(long cPtr, boolean cMemoryOwn) -
bitset_128
public bitset_128()
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
test
public boolean test(long pos) -
all
public boolean all() -
any
public boolean any() -
none
public boolean none() -
count
public long count() -
size
public long size() -
get
public boolean get(long pos)
-