Uses of Interface
org.rcsb.cif.binary.data.SignedIntArray
| Package | Description |
|---|---|
| org.rcsb.cif.binary.data | |
| org.rcsb.cif.binary.encoding |
-
Uses of SignedIntArray in org.rcsb.cif.binary.data
Classes in org.rcsb.cif.binary.data with type parameters of type SignedIntArray Modifier and Type Interface Description interfaceSignedIntArray<T extends SignedIntArray<?>>An array of signed integer numbers.Classes in org.rcsb.cif.binary.data that implement SignedIntArray Modifier and Type Class Description classInt16ArrayAn array of (signed) integer numbers using 16 bit to store each value.classInt32ArrayAn array of (signed) integer numbers using 32 bit to store each value.classInt8ArrayAn array of (signed) integer numbers using 8 bit to store each value. -
Uses of SignedIntArray in org.rcsb.cif.binary.encoding
Classes in org.rcsb.cif.binary.encoding with type parameters of type SignedIntArray Modifier and Type Class Description classDeltaEncoding<T extends SignedIntArray<?>>Stores the input integer array as an array of consecutive differences.