de.cm.osm2po.sd.primitives
Class FastIntSet

java.lang.Object
  extended by de.cm.osm2po.sd.primitives.FastIntSet

public class FastIntSet
extends java.lang.Object

Author:
(c) 2012 - Carsten Moeller - info@osm2po

Field Summary
static int NULLVALUE
           
 
Constructor Summary
FastIntSet(int[] values)
           
 
Method Summary
 boolean contains(int value)
           
 int[] getHash()
           
 int getPrime()
           
 boolean isEmpty()
           
 boolean remove(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULLVALUE

public static final int NULLVALUE
See Also:
Constant Field Values
Constructor Detail

FastIntSet

public FastIntSet(int[] values)
Method Detail

contains

public boolean contains(int value)

remove

public boolean remove(int value)

isEmpty

public boolean isEmpty()

getHash

public int[] getHash()

getPrime

public int getPrime()

osm2po-sd-5.0.0 (c) December 24 2014 Carsten Moeller - info@osm2po.de