Interface IntVector

All Known Implementing Classes:
MultiModalIntVector, Path, SimpleIntVector, SparseIntVector, TunedSimpleIntVector, TwoLevelIntVector

public interface IntVector
interface for array of integer
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    get(int x)
     
    int
     
    void
    set(int x, int value)
     
  • Method Details

    • get

      int get(int x)
    • set

      void set(int x, int value)
    • getMaxIndex

      int getMaxIndex()
      Returns:
      max i s.t set(i) was called.