Class ABlobLike<T extends ACell>

java.lang.Object
Type Parameters:
T - type of conceptual elements
All Implemented Interfaces:
IValidated, IWriteable, Comparable<ABlobLike<?>>
Direct Known Subclasses:
ABlob, Address, AString, ASymbolic

public abstract class ABlobLike<T extends ACell> extends ACountable<T> implements Comparable<ABlobLike<?>>
Abstract base class for Blob-like objects, which conceptually behave as a sequence of bytes. Includes hex-related functionality for printing and usage in radix trees etc.