public class BitInfoMap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
BitInfoMap() |
|
BitInfoMap(BitInfoMap arg0) |
protected |
BitInfoMap(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
del(long key) |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
UIntPairVect |
get(long key) |
protected static long |
getCPtr(BitInfoMap obj) |
boolean |
has_key(long key) |
void |
set(long key,
UIntPairVect x) |
long |
size() |
protected BitInfoMap(long cPtr, boolean cMemoryOwn)
public BitInfoMap()
public BitInfoMap(BitInfoMap arg0)
protected static long getCPtr(BitInfoMap obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public boolean empty()
public void clear()
public UIntPairVect get(long key)
public void set(long key, UIntPairVect x)
public void del(long key)
public boolean has_key(long key)