Interface CharAccess

All Superinterfaces:
DataAccess
All Known Subinterfaces:
VolatileCharAccess
All Known Implementing Classes:
AbstractCharArray, AbstractVolatileCharArray, CharArray, CharBufferAccess, CharNtree, DirtyCharArray, DirtyVolatileCharArray, VolatileCharArray

public interface CharAccess extends DataAccess
TODO
  • Method Summary

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

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getValue

      char getValue(int index)
    • setValue

      void setValue(int index, char value)