|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 BitSet 的軟體套件 | |
---|---|
java.util | 包含 collection 框架、遺留的 collection 類別、事件模型、日期和時間設施、國際化和各種實用工具類別(字元串標記產生器、隨機數產生器和位元陣列)。 |
javax.swing.text.html.parser | 提供預設的 HTML 解析器以及支持類別。 |
java.util 中 BitSet 的使用 |
---|
返回 BitSet 的 java.util 中的方法 | |
---|---|
BitSet |
BitSet.get(int fromIndex,
int toIndex)
返回一個新的 BitSet,它由此 BitSet 中從 fromIndex(包括)到 toIndex(不包括)範圍內的位組成。 |
參數型別為 BitSet 的 java.util 中的方法 | |
---|---|
void |
BitSet.and(BitSet set)
對此目標位 set 和參數位 set 執行邏輯與操作。 |
void |
BitSet.andNot(BitSet set)
清除此 BitSet 中所有的位,其相應的位在指定的 BitSet 中已設置。 |
boolean |
BitSet.intersects(BitSet set)
如果指定的 BitSet 中有設置為 true 的位,並且在此 BitSet 中也將其設置為 true ,則返回 ture。 |
void |
BitSet.or(BitSet set)
對此位 set 和位 set 參數執行邏輯或操作。 |
void |
BitSet.xor(BitSet set)
對此位 set 和位 set 參數執行邏輯異或操作。 |
javax.swing.text.html.parser 中 BitSet 的使用 |
---|
宣告為 BitSet 的 javax.swing.text.html.parser 中的欄位 | |
---|---|
BitSet |
Element.exclusions
|
BitSet |
Element.inclusions
|
參數型別為 BitSet 的 javax.swing.text.html.parser 中的方法 | |
---|---|
Element |
DTD.defineElement(String name,
int type,
boolean omitStart,
boolean omitEnd,
ContentModel content,
BitSet exclusions,
BitSet inclusions,
AttributeList atts)
返回與指定參數比對的 Element 。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。