org.kefirsf.bb.util
Class IntSet

java.lang.Object
  extended by org.kefirsf.bb.util.IntSet

public final class IntSet
extends Object

Best performance set of primitive type int

Author:
Vitaliy Samolovskih aka Kefir

Constructor Summary
IntSet()
           
 
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
 

Constructor Detail

IntSet

public IntSet()
Method Detail

add

public void add(int value)

contains

public boolean contains(int value)


Copyright © 2013. All Rights Reserved.