|
aa
|
Public Member Functions | |
| void | clear () |
| boolean | tset (int b0, int b1) |
| boolean | tset (long b) |
Package Attributes | |
| NonBlockingHashMapLong< String > | _set = new NonBlockingHashMapLong<>() |
Definition at line 4 of file BitSetSparse.java.
| void com.cliffc.aa.util.BitSetSparse.clear | ( | ) |
Definition at line 8 of file BitSetSparse.java.
References com.cliffc.aa.util.BitSetSparse._set, and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.clear().
| boolean com.cliffc.aa.util.BitSetSparse.tset | ( | int | b0, |
| int | b1 | ||
| ) |
Definition at line 6 of file BitSetSparse.java.
References com.cliffc.aa.util.BitSetSparse.tset().
Referenced by com.cliffc.aa.HM.HM3.Oper._eq(), com.cliffc.aa.type.TypeStruct.ax_meet(), and com.cliffc.aa.util.BitSetSparse.tset().
| boolean com.cliffc.aa.util.BitSetSparse.tset | ( | long | b | ) |
Definition at line 7 of file BitSetSparse.java.
References com.cliffc.aa.util.BitSetSparse._set, and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.put().
|
package |
Definition at line 5 of file BitSetSparse.java.
Referenced by com.cliffc.aa.util.BitSetSparse.clear(), and com.cliffc.aa.util.BitSetSparse.tset().