com.xiaoleilu.hutool.bloomFilter.bitMap
类 IntMap
java.lang.Object
com.xiaoleilu.hutool.bloomFilter.bitMap.IntMap
- 所有已实现的接口:
- BitMap
public class IntMap
- extends Object
- implements BitMap
过滤器BitMap在32位机器上.这个类能发生更好的效果.一般情况下建议使用此类
- 作者:
- loolly
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntMap
public IntMap()
IntMap
public IntMap(int size)
add
public void add(long i)
- 指定者:
- 接口
BitMap 中的 add
contains
public boolean contains(long i)
- 指定者:
- 接口
BitMap 中的 contains
remove
public void remove(long i)
- 指定者:
- 接口
BitMap 中的 remove
Copyright © 2014. All rights reserved.