Interface CharAccess

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

public interface CharAccess
TODO
Author:
Stephan Preibisch, Stephan Saalfeld
  • Method Summary

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

    • getValue

      char getValue(int index)
    • setValue

      void setValue(int index, char value)