public class IndexedItemBitSetMap<K,M> extends IndexedItemSetMapBase<K,BitSet,M>
myBag| Constructor and Description |
|---|
IndexedItemBitSetMap(Computable<K,M> computable) |
IndexedItemBitSetMap(Computable<K,M> computable,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSetItem(BitSet set,
int item) |
boolean |
containsSetItem(BitSet set,
int item) |
Computable<K,M> |
getComputable() |
K |
mapKey(M key) |
BitSet |
newSet() |
boolean |
removeSetItem(BitSet set,
int item) |
addItem, clear, containsItem, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, removeItem, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic IndexedItemBitSetMap(Computable<K,M> computable)
public IndexedItemBitSetMap(Computable<K,M> computable, int capacity)
public Computable<K,M> getComputable()
public K mapKey(M key)
mapKey in interface IndexedItemSetMap<K,BitSet,M>mapKey in class IndexedItemSetMapBase<K,BitSet,M>public BitSet newSet()
newSet in interface IndexedItemSetMap<K,BitSet,M>newSet in class IndexedItemSetMapBase<K,BitSet,M>public boolean addSetItem(BitSet set, int item)
addSetItem in interface IndexedItemSetMap<K,BitSet,M>addSetItem in class IndexedItemSetMapBase<K,BitSet,M>public boolean removeSetItem(BitSet set, int item)
removeSetItem in interface IndexedItemSetMap<K,BitSet,M>removeSetItem in class IndexedItemSetMapBase<K,BitSet,M>public boolean containsSetItem(BitSet set, int item)
containsSetItem in interface IndexedItemSetMap<K,BitSet,M>containsSetItem in class IndexedItemSetMapBase<K,BitSet,M>Copyright © 2019. All rights reserved.