org.kefirsf.bb.util
Class IntSet
java.lang.Object
org.kefirsf.bb.util.IntSet
public final class IntSet
- extends Object
Best performance set of primitive type int
- Author:
- Vitaliy Samolovskih aka Kefir
|
Method Summary |
void |
add(int value)
|
boolean |
contains(int value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntSet
public IntSet()
add
public void add(int value)
contains
public boolean contains(int value)
Copyright © 2013. All Rights Reserved.