Modifier and Type | Method and Description |
---|---|
static void |
Accesses.copy(CharAccess src,
int srcPos,
CharAccess dest,
int destPos,
int length)
Following
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) , copies length elements from
the specified source access, beginning at the specified position
srcPos , to the specified position of the destination array
destPos . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharArray<A extends AbstractCharArray<A>> |
class |
CharArray |
class |
DirtyCharArray |
Modifier and Type | Interface and Description |
---|---|
interface |
VolatileCharAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileCharArray<A extends AbstractVolatileCharArray<A>> |
class |
DirtyVolatileCharArray
A
CharArray with an DirtyVolatileCharArray.isDirty() and an AbstractVolatileCharArray.isValid()
flag. |
class |
VolatileCharArray
A
CharArray with an AbstractVolatileCharArray.isValid() flag. |
Modifier and Type | Interface and Description |
---|---|
interface |
CharLongAccess
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
CharUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningCharUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedCharLongAccess<A extends CharAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedCharLongAccess<A extends CharAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
CharNtree
CharAccess based on a
Ntree . |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends CharAccess> |
NativeTypeFactory.CHAR(Function<NativeImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Field and Description |
---|---|
protected CharAccess |
BasePairCharType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends CharAccess> |
BasePairCharType.img |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<BasePairCharType,CharAccess> |
BasePairCharType.getNativeTypeFactory() |
Constructor and Description |
---|
BasePairCharType(NativeImg<?,? extends CharAccess> charStorage) |
Copyright © 2015–2022 ImgLib2. All rights reserved.