Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

IntSet Class Reference

List of all members.

Public Methods

 IntSet ()
void and (IntSet set)
void clear (int bit)
Object clone ()
int elementCount ()
int[] elements ()
boolean equals (Object obj)
boolean get (int bit)
int hashCode ()
void or (IntSet set)
void set (int bit)
int size ()
String toString ()
void xor (IntSet set)

Private Methods

 IntSet (IntSet set)
void grow ()

Private Attributes

int[] elements
int size

Detailed Description

A space efficient (internal int array) implementation of the java.util.BitSet functionality.

This class is useful for sparse bit sets. In addition to the methods of BitSet, this class provides a useful elements() method.

Definition at line 79 of file IntSet.java.


Member Function Documentation

int IntSet::size   [inline]
 

Returns the size as if it was a BitSet

Definition at line 280 of file IntSet.java.

Referenced by TypeResolver::TypeResolver(), and TypeResolver::resolveComplexRelations().


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:16:55 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001