Package net.imglib2.img.sparse
Class CharNtree
java.lang.Object
net.imglib2.img.sparse.CharNtree
- All Implemented Interfaces:
CharAccess,NtreeAccess<Character,CharNtree>
CharAccess based on a
Ntree<Char>.- Author:
- Tobias Pietzsch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(long[] pos) chargetValue(int index) voidsetValue(int index, char value)
-
Constructor Details
-
CharNtree
-
-
Method Details
-
getValue
public char getValue(int index) - Specified by:
getValuein interfaceCharAccess
-
setValue
public void setValue(int index, char value) - Specified by:
setValuein interfaceCharAccess
-
getCurrentStorageNtree
- Specified by:
getCurrentStorageNtreein interfaceNtreeAccess<Character,CharNtree>
-
createInstance
- Specified by:
createInstancein interfaceNtreeAccess<Character,CharNtree>
-