Class TwoLevelIntVector

java.lang.Object
com.ibm.wala.util.intset.TwoLevelIntVector
All Implemented Interfaces:
IntVector, Serializable

public class TwoLevelIntVector extends Object implements IntVector, Serializable
an int vector implementation which delegates to pages of int vectors.
See Also:
  • Method Details

    • get

      public int get(int x)
      Specified by:
      get in interface IntVector
    • set

      public void set(int x, int value)
      Specified by:
      set in interface IntVector
    • performVerboseAction

      public void performVerboseAction()
    • getMaxIndex

      public int getMaxIndex()
      Specified by:
      getMaxIndex in interface IntVector
      Returns:
      max i s.t set(i) was called.