es.prodevelop.gvsig.mobile.fmap.util.graph2d
Class FBitSet

java.lang.Object
  extended byjava.util.BitSet
      extended byes.prodevelop.gvsig.mobile.fmap.util.graph2d.FBitSet
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class FBitSet
extends java.util.BitSet

Clase que extiende de BitSet para poder añadirle más funcionalidad.

Author:
Vicente Caballero Navarro
See Also:
Serialized Form

Constructor Summary
FBitSet()
           
 
Method Summary
 boolean isRandom()
           
 void setRandom(boolean isRandom)
          If true, this FBitSet can be used with Random Access layers like shp files.
 
Methods inherited from class java.util.BitSet
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, set, set, set, set, size, toString, xor
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FBitSet

public FBitSet()
Method Detail

isRandom

public boolean isRandom()
Returns:
Returns the isRandom.

setRandom

public void setRandom(boolean isRandom)
If true, this FBitSet can be used with Random Access layers like shp files. If not set, use Hashtable and add

Parameters:
isRandom - The isRandom to set.