de.cm.osm2po.sd.primitives
Class BooleanArray

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

public class BooleanArray
extends java.lang.Object

A memory efficient boolean array on bit level.

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

Constructor Summary
BooleanArray(int capacity)
           
 
Method Summary
 BooleanArray copy()
           
 boolean get(int idx)
           
 void set(int idx, boolean bit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanArray

public BooleanArray(int capacity)
Method Detail

set

public final void set(int idx,
                      boolean bit)

get

public final boolean get(int idx)

copy

public BooleanArray copy()

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