Interface BooleanAccess

All Superinterfaces:
DataAccess
All Known Subinterfaces:
VolatileBooleanAccess
All Known Implementing Classes:
AbstractBooleanArray, AbstractVolatileBooleanArray, BooleanArray, DirtyBooleanArray, DirtyVolatileBooleanArray, VolatileBooleanArray

public interface BooleanAccess extends DataAccess
TODO
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    getValue(int index)
     
    void
    setValue(int index, boolean value)
     

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getValue

      boolean getValue(int index)
    • setValue

      void setValue(int index, boolean value)